Skip to content

Commit

Permalink
chore(lint): Disabled auto format on save.
Browse files Browse the repository at this point in the history
  • Loading branch information
sayak-sarkar committed Jul 3, 2020
1 parent b86fcdc commit 0b2c254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"editor.autoClosingQuotes": "always",
"editor.smoothScrolling": true,
"editor.tabCompletion": "on",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"files.autoGuessEncoding": true,
Expand Down
6 changes: 3 additions & 3 deletions one-platform.code-workspace
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"folders": [{
"folders": [ {
"path": "."
}],
} ],
"settings": {
"editor.cursorSmoothCaretAnimation": true,
"editor.wordWrap": "on",
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.smoothScrolling": true,
"editor.tabCompletion": "on",
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"files.autoGuessEncoding": true,
Expand Down

0 comments on commit 0b2c254

Please sign in to comment.