|
3 | 3 | { |
4 | 4 | "path": "." |
5 | 5 | } |
6 | | - ], |
7 | | - "settings": { |
8 | | - "editor.defaultFormatter": "esbenp.prettier-vscode", |
9 | | - "[javascript][typescript][postcss][html][markdown][json][markdown]": { |
10 | | - "editor.formatOnSave": true, |
11 | | - "editor.tabSize": 4, |
12 | | - "editor.rulers": [100] |
13 | | - }, |
14 | | - "[yaml]": { |
| 6 | + ], |
| 7 | + "settings": { |
| 8 | + "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 9 | + "[javascript][typescript][postcss][html][markdown][json][markdown]": { |
| 10 | + "editor.formatOnSave": true, |
| 11 | + "editor.tabSize": 4, |
| 12 | + "editor.rulers": [100] |
| 13 | + }, |
| 14 | + "[yaml]": { |
15 | 15 | "editor.tabSize": 2, |
16 | 16 | "editor.detectIndentation": true, |
17 | 17 | "editor.insertSpaces": true, |
18 | 18 | "editor.autoIndent": "none" |
19 | 19 | }, |
20 | | - "editor.tabSize": 4, |
21 | | - "files.associations": { |
22 | | - "*.css": "postcss", |
23 | | - "*.html": "html", |
24 | | - "*.ts": "typescript", |
25 | | - "*.json": "json", |
| 20 | + "editor.tabSize": 4, |
| 21 | + "files.associations": { |
| 22 | + "*.css": "postcss", |
| 23 | + "*.html": "html", |
| 24 | + "*.ts": "typescript", |
| 25 | + "*.json": "json", |
26 | 26 | "*.yaml": "yaml", |
27 | 27 | "*.yml": "yaml" |
28 | | - }, |
29 | | - "files.trimTrailingWhitespace": true, |
30 | | - "javascript.format.enable": false, |
31 | | - "javascript.validate.enable": false, |
32 | | - "typescript.validate.enable": false, |
33 | | - "search.exclude": { |
34 | | - "**/node_modules": true |
35 | | - }, |
36 | | - "editor.rulers": [100] |
37 | | - }, |
38 | | - "extensions": { |
39 | | - "recommendations": [ |
40 | | - "esbenp.prettier-vscode", |
41 | | - "dbaeumer.vscode-eslint", |
42 | | - "mhmadhamster.postcss-language" |
43 | | - ] |
44 | | - } |
| 28 | + }, |
| 29 | + "files.trimTrailingWhitespace": true, |
| 30 | + "javascript.format.enable": false, |
| 31 | + "javascript.validate.enable": false, |
| 32 | + "typescript.validate.enable": false, |
| 33 | + "search.exclude": { |
| 34 | + "**/node_modules": true |
| 35 | + }, |
| 36 | + "editor.rulers": [100] |
| 37 | + }, |
| 38 | + "extensions": { |
| 39 | + "recommendations": [ |
| 40 | + "esbenp.prettier-vscode", |
| 41 | + "dbaeumer.vscode-eslint", |
| 42 | + "mhmadhamster.postcss-language" |
| 43 | + ] |
| 44 | + } |
45 | 45 | } |
0 commit comments