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 a402e3c commit 84fc858Copy full SHA for 84fc858
.vscode/settings.json
@@ -1,5 +1,25 @@
1
// Place your settings in this file to overwrite default and user settings.
2
{
3
"typescript.tsdk": "node_modules/typescript/lib",
4
- "tslint.configFile": "tslint.test.json"
+ "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