We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a39ca commit fc04c05Copy full SHA for fc04c05
.vscode/settings.json
@@ -2,4 +2,24 @@
2
{
3
"typescript.tsdk": "node_modules/typescript/lib",
4
"tslint.configFile": "tslint.test.json",
5
-}
+
6
+ // Set the default
7
+ "editor.formatOnSave": false,
8
9
+ // Enable per-language
10
+ "[html]": {
11
+ "editor.formatOnSave": true
12
+ },
13
14
+ "[json]": {
15
16
17
18
+ "[javascript]": {
19
20
21
22
+ "[typescript]": {
23
24
+ }
25
+}
0 commit comments