Skip to content

Commit

Permalink
Merge pull request #186 from dzhibas/TerminalFi-patch-1
Browse files Browse the repository at this point in the history
Disable format on save by default
  • Loading branch information
TerminalFi authored Aug 10, 2024
2 parents 382534a + 1c3f4c5 commit 1eb32df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pretty JSON.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"value_separator": ": ",
"keep_arrays_single_line": false,
"max_arrays_line_length": 120,
"pretty_on_save": true,
"validate_on_save": true,
"pretty_on_save": false,
"validate_on_save": false,
"brace_newline": true,
"bracket_newline": true,
// Default: False
Expand Down

0 comments on commit 1eb32df

Please sign in to comment.