Skip to content

Commit

Permalink
Turn off Format on Save in VS Code (smogon#7807)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviettran authored Dec 24, 2020
1 parent ec0ecb1 commit f2fd677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"editor.insertSpaces": false,
"editor.formatOnSave": false,
"typescript.tsdk": "node_modules/typescript/lib",
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"typescript.format.semicolons": "insert",
Expand Down

0 comments on commit f2fd677

Please sign in to comment.