Skip to content

Commit

Permalink
Turn off format on save by default
Browse files Browse the repository at this point in the history
Signed-off-by: Aiden Fox Ivey <[email protected]>
  • Loading branch information
aidenfoxivey committed Aug 10, 2024
1 parent c6c4ed7 commit c86209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings/Zig.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"zig.build.on_save": false,

// automatically format the file/project on save
"zig.fmt.on_save": true,
"zig.fmt.on_save": false,

// format either file or project. the only valid options are "file" or "project"
"zig.fmt.mode": "file",
Expand Down

0 comments on commit c86209b

Please sign in to comment.