|
1 | 1 | { |
2 | 2 | "tab_size": 4, |
| 3 | + "format_on_save": "on", |
3 | 4 | "lsp": { |
4 | 5 | "tailwindcss-language-server": { |
5 | 6 | "settings": { |
|
10 | 11 | }, |
11 | 12 | }, |
12 | 13 | }, |
13 | | - "languages": { |
14 | | - "JavaScript": { |
15 | | - "formatter": { "language_server": { "name": "biome" } }, |
16 | | - "code_actions_on_format": { |
17 | | - "source.fixAll.biome": true, |
18 | | - "source.organizeImports.biome": true, |
19 | | - }, |
20 | | - }, |
21 | | - "TypeScript": { |
22 | | - "formatter": { "language_server": { "name": "biome" } }, |
23 | | - "code_actions_on_format": { |
24 | | - "source.fixAll.biome": true, |
25 | | - "source.organizeImports.biome": true, |
26 | | - }, |
27 | | - }, |
28 | | - "TSX": { |
29 | | - "formatter": { "language_server": { "name": "biome" } }, |
30 | | - "code_actions_on_format": { |
31 | | - "source.fixAll.biome": true, |
32 | | - "source.organizeImports.biome": true, |
33 | | - }, |
34 | | - }, |
35 | | - "HTML": { |
36 | | - "formatter": { "language_server": { "name": "biome" } }, |
37 | | - "code_actions_on_format": { |
38 | | - "source.fixAll.biome": true, |
39 | | - "source.organizeImports.biome": true, |
40 | | - }, |
41 | | - }, |
42 | | - "CSS": { |
43 | | - "formatter": { "language_server": { "name": "biome" } }, |
44 | | - "code_actions_on_format": { |
45 | | - "source.fixAll.biome": true, |
46 | | - "source.organizeImports.biome": true, |
47 | | - }, |
48 | | - }, |
49 | | - "JSON": { |
50 | | - "formatter": { "language_server": { "name": "biome" } }, |
51 | | - "code_actions_on_format": { |
52 | | - "source.fixAll.biome": true, |
53 | | - "source.organizeImports.biome": true, |
54 | | - }, |
55 | | - }, |
56 | | - "JSONC": { |
57 | | - "formatter": { "language_server": { "name": "biome" } }, |
58 | | - "code_actions_on_format": { |
59 | | - "source.fixAll.biome": true, |
60 | | - "source.organizeImports.biome": true, |
61 | | - }, |
62 | | - }, |
63 | | - }, |
64 | 14 | } |
0 commit comments