Skip to content

Commit 65dcd21

Browse files
committed
chore: default nudgeGap to 5
1 parent a600a10 commit 65dcd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ const defaultConfig: PluginConfig = {
515515
protectedFilePatterns: [],
516516
tools: {
517517
settings: {
518-
nudgeGap: 1,
518+
nudgeGap: 5,
519519
protectedTools: [...DEFAULT_PROTECTED_TOOLS],
520520
contextLimit: 100000,
521521
},

0 commit comments

Comments
 (0)