-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
54 lines (54 loc) · 1.44 KB
/
settings.json
File metadata and controls
54 lines (54 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"keyboard.layout": "com.apple.keylayout.German",
"github.copilot.nextEditSuggestions.enabled": true,
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[javascriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[markdown]": {
"editor.wordWrap": "on"
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"workbench.settings.applyToAllProfiles": [],
// Tailwind IntelliSense (nur für Autocomplete; Formatting übernimmt Biome)
"tailwindCSS.includeLanguages": {
"plaintext": "html"
},
"tailwindCSS.classAttributes": [
"class",
"className"
],
"tailwindCSS.experimental.configFile": "tailwind.config.ts",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "explicit",
"source.fixAll.biome": "explicit"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"[php]": {
"editor.defaultFormatter": "laravel.vscode-laravel"
},
"extensions.ignoreRecommendations": true,
"[css]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"workbench.editorAssociations": {
"*.svg": "default"
}
}