|
1 | 1 | { |
2 | | - "[javascript]": { |
3 | | - "editor.defaultFormatter": "biomejs.biome" |
4 | | - }, |
5 | | - "[json]": { |
6 | | - "editor.defaultFormatter": "biomejs.biome", |
7 | | - "editor.formatOnSave": false |
8 | | - }, |
9 | | - "[shellscript]": { |
10 | | - "editor.defaultFormatter": "foxundermoon.shell-format" |
11 | | - }, |
12 | | - "[typescript]": { |
13 | | - "editor.defaultFormatter": "biomejs.biome" |
14 | | - }, |
15 | | - "[typescriptreact]": { |
16 | | - "editor.defaultFormatter": "biomejs.biome" |
17 | | - }, |
18 | | - "editor.codeActionsOnSave": { |
19 | | - "source.fixAll.biome": "explicit", |
20 | | - "source.fixAll.eslint": "explicit" |
21 | | - }, |
22 | | - "editor.defaultFormatter": "biomejs.biome", |
23 | | - "editor.formatOnSave": true, |
24 | | - "editor.tabSize": 2, |
25 | | - "gitlens.remotes": [ |
26 | | - { |
27 | | - "domain": "www.github.com", |
28 | | - "type": "GitHub" |
29 | | - } |
30 | | - ], |
31 | | - "liveshare.connectionMode": "relay", |
32 | | - "liveshare.launcherClient": "visualStudioCode", |
33 | | - "markdownlint.config": { |
34 | | - "MD033": false // allow inline HTML |
35 | | - }, |
36 | | - "tailwindCSS.experimental.configFile": "./apps/web/src/app/globals.css", |
37 | | - "typescript.tsdk": "node_modules/typescript/lib", |
38 | | - "yaml.schemas": { |
39 | | - "https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml" |
40 | | - } |
| 2 | + "[javascript]": { |
| 3 | + "editor.defaultFormatter": "biomejs.biome" |
| 4 | + }, |
| 5 | + "[json]": { |
| 6 | + "editor.defaultFormatter": "biomejs.biome", |
| 7 | + "editor.formatOnSave": false |
| 8 | + }, |
| 9 | + "[shellscript]": { |
| 10 | + "editor.defaultFormatter": "foxundermoon.shell-format" |
| 11 | + }, |
| 12 | + "[typescript]": { |
| 13 | + "editor.defaultFormatter": "biomejs.biome" |
| 14 | + }, |
| 15 | + "[typescriptreact]": { |
| 16 | + "editor.defaultFormatter": "biomejs.biome" |
| 17 | + }, |
| 18 | + "editor.codeActionsOnSave": { |
| 19 | + "source.fixAll.biome": "explicit", |
| 20 | + "source.fixAll.eslint": "explicit" |
| 21 | + }, |
| 22 | + "editor.defaultFormatter": "biomejs.biome", |
| 23 | + "editor.detectIndentation": false, |
| 24 | + "editor.formatOnSave": true, |
| 25 | + "editor.insertSpaces": true, |
| 26 | + "editor.tabSize": 2, |
| 27 | + "gitlens.remotes": [ |
| 28 | + { |
| 29 | + "domain": "www.github.com", |
| 30 | + "type": "GitHub" |
| 31 | + } |
| 32 | + ], |
| 33 | + "liveshare.connectionMode": "relay", |
| 34 | + "liveshare.launcherClient": "visualStudioCode", |
| 35 | + "markdownlint.config": { |
| 36 | + "MD033": false // allow inline HTML |
| 37 | + }, |
| 38 | + "tailwindCSS.experimental.configFile": "./apps/web/src/app/globals.css", |
| 39 | + "typescript.tsdk": "node_modules/typescript/lib", |
| 40 | + "yaml.schemas": { |
| 41 | + "https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml" |
| 42 | + } |
41 | 43 | } |
0 commit comments