We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nimpretty
--indent:2
1 parent ac2b056 commit fa78f26Copy full SHA for fa78f26
config.nims
@@ -48,4 +48,4 @@ task test, "Test everything":
48
49
task prettyfy, "Run nimpretty on everything":
50
for path in modules():
51
- exec(&"nimpretty \"{path}\"")
+ exec(&"nimpretty --indent:2 \"{path}\"")
0 commit comments