forked from sugarforever/chat-ollama
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
33 lines (33 loc) · 836 Bytes
/
settings.json
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
{
"editor.formatOnSave": true,
"javascript.format.semicolons": "remove",
"javascript.preferences.quoteStyle": "single",
"typescript.format.semicolons": "remove",
"typescript.preferences.quoteStyle": "single",
"html.format.wrapAttributes": "preserve-aligned",
"vue.format.wrapAttributes": "preserve-aligned",
"html.format.wrapLineLength": 0,
"prettier.enable": false,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"cSpell.words": [
"composables",
"dexie",
"groq",
"jina",
"knowledgebase",
"nuxt",
"Slideover"
],
"i18n-ally.localesPaths": [
"locales"
],
"i18n-ally.keystyle": "nested",
}