mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Turn off Format on Save in VS Code (#7807)
This commit is contained in:
parent
ec0ecb1264
commit
f2fd6779c9
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"editor.insertSpaces": false,
|
||||
"editor.formatOnSave": false,
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
|
||||
"typescript.format.semicolons": "insert",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user