forked from sheepzh/time-tracker-4-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
73 lines (73 loc) · 1.84 KB
/
settings.json
File metadata and controls
73 lines (73 loc) · 1.84 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"editor.tabSize": 4,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "always",
"source.organizeImports": "always",
"source.removeUnusedImports": "always",
},
"editor.foldingImportsByDefault": true,
"editor.trimAutoWhitespace": true,
"javascript.format.insertSpaceAfterCommaDelimiter": true,
"javascript.preferences.quoteStyle": "single",
"javascript.format.semicolons": "remove",
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"typescript.format.insertSpaceAfterCommaDelimiter": true,
"typescript.preferences.quoteStyle": "single",
"typescript.format.semicolons": "remove",
"typescript.format.insertSpaceBeforeFunctionParenthesis": false,
"files.eol": "\n",
"cSpell.words": [
"Arrayable",
"Auths",
"Cascader",
"clbbddpinhgdejpoepalbfnkogbobfdb",
"COPYFILE",
"countup",
"daterange",
"delayable",
"domcontentloaded",
"dont",
"echarts",
"emsp",
"ensp",
"filemanager",
"Hengyang",
"indexeddb",
"Kanban",
"MKCOL",
"newtab",
"nohup",
"okey",
"Openeds",
"Popconfirm",
"PROPFIND",
"Qihu",
"Rsdoctor",
"rspack",
"rtlcss",
"selectchanged",
"sheepzh",
"subpages",
"Treemap",
"Vnode",
"vueuse",
"webcomponents",
"webstore",
"webtime",
"wfhg",
"zcvf",
"Zhang",
"zrender"
],
"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
"vscode-extension",
".git/objects",
".vscode",
".vscode-insiders",
// Ignore i18n resources
"src/i18n/message/**/*.json",
],
}