Skip to content

Commit

Permalink
Disable formatOnSave for reason (#182)
Browse files Browse the repository at this point in the history
* disable formatOnSave for reason

* actually turn off formatOnSave
  • Loading branch information
rusty-key authored and jaredly committed Nov 10, 2018
1 parent d2d11f3 commit cd2040d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"editor.formatOnSave": false,
"[reason]": {
"editor.formatOnSave": false
},
"git.ignoreLimitWarning": true,
"git.enabled": true,
"editor.codeLens": true,
Expand Down

0 comments on commit cd2040d

Please sign in to comment.