Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 805632a

Browse files
committed
Turn off formatOnSave for editor settings
We don't know that the automatic formatting won't break anything. Some work needs to be done to bring the syntax up to modern Typescript specs
1 parent cd435cb commit 805632a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"eslint.enable": false,
66
"editor.insertSpaces": false,
77
"[javascript]": {
8-
"editor.formatOnSave": true
8+
"editor.formatOnSave": false
99
},
1010
"[typescript]": {
11-
"editor.formatOnSave": true
11+
"editor.formatOnSave": false
1212
},
1313
"typescript.tsdk": "node_modules/typescript/lib"
1414
}

0 commit comments

Comments
 (0)