Skip to content

Commit

Permalink
fix(config): revert auto fix behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Mar 31, 2020
1 parent 899f3f3 commit 3ac2188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"editor.formatOnSave": true
}
{}
2 changes: 1 addition & 1 deletion config.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"settings": {
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.formatOnPaste": true,
"eslint.validate": [
"javascript",
Expand Down

0 comments on commit 3ac2188

Please sign in to comment.