Skip to content

Commit

Permalink
Added format_on_save to example settings file #76
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Sep 27, 2022
1 parent 8db8d18 commit 1071b3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.6.0 - Sep 27, 2022

- Added `format_on_save` option #76 thx @sainadh-d

### 2.5.2 - May 24, 2022

- Fixed clojure_sublimed_eval_code #75
Expand Down
5 changes: 4 additions & 1 deletion Clojure Sublimed.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
// all the previous ones have finished).
//
// False by default (enables parallel evals).
"eval_in_session": false
"eval_in_session": false,

// reformat file on save, false by default
"format_on_save": false
}

0 comments on commit 1071b3d

Please sign in to comment.