We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d42999 commit 6ce0361Copy full SHA for 6ce0361
1 file changed
internal/parse/binder.go
@@ -36,7 +36,7 @@ func NewBinder() *Binder {
36
}
37
38
39
-const maxGap = 1
+const maxGap = 2
40
41
// Bind associates comment blocks with nodes when they appear immediately above declarations.
42
// @intent build node-to-annotation bindings from parsed comments and node positions
0 commit comments