-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrathium-industries.code-workspace
45 lines (45 loc) · 1.4 KB
/
grathium-industries.code-workspace
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.insertFinalNewline": true,
"workbench.iconTheme": "material-icon-theme",
"editor.inlineSuggest.enabled": true,
"editor.renderWhitespace": "trailing",
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"editor.rulers": [80, 120],
"editor.tabSize": 4,
"editor.insertSpaces": true,
"explorer.compactFolders": false,
"cSpell.caseSensitive": false,
"cSpell.words": [],
"cSpell.flagWords": ["yuo"],
"cSpell.ignorePaths": [
"**/node_modules/**",
"**/dist/**",
"grathium-industries.code-workspace"
]
},
"extensions": {
"recommendations": [
"streetsidesoftware.code-spell-checker",
"biomejs.biome",
"ms-vscode.vscode-typescript-next",
"aaron-bond.better-comments",
"sidthesloth.html5-boilerplate",
"davidanson.vscode-markdownlint",
"ms-playwright.playwright",
"stylelint.vscode-stylelint",
"ecmel.vscode-html-css",
"htmlhint.vscode-htmlhint",
"zignd.html-css-class-completion",
"yzhang.markdown-all-in-one",
"pkief.material-icon-theme",
"astro-build.astro-vscode"
]
}
}