Skip to content

Commit fa78f26

Browse files
authored
chore: run nimpretty with --indent:2 (#64)
1 parent ac2b056 commit fa78f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.nims

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ task test, "Test everything":
4848

4949
task prettyfy, "Run nimpretty on everything":
5050
for path in modules():
51-
exec(&"nimpretty \"{path}\"")
51+
exec(&"nimpretty --indent:2 \"{path}\"")

0 commit comments

Comments
 (0)