-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoc-settings.json
More file actions
30 lines (30 loc) · 873 Bytes
/
coc-settings.json
File metadata and controls
30 lines (30 loc) · 873 Bytes
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
{
"coc.preferences.extensionUpdateCheck": "daily",
"coc.preferences.formatOnType": true,
"coc.preferences.willSaveHandlerTimeout": 1000,
"eslint.autoFixOnSave": true,
"stylelintplus.autoFixOnSave": true,
"coc.preferences.formatOnSaveFiletypes": [
"c",
"go",
"python",
"markdown",
"javascript",
"typescript",
"typescriptreact",
"react",
"json",
"jsonc"
],
"coc.source.around.firstMatch": false,
"coc.source.file.ignoreHidden": false,
"signature.target": "echo",
"suggest.timeout": 5000,
"suggest.defaultSortMethod": "none",
"suggest.noselect": false,
"suggest.enablePreselect": true,
"typescript.format.semicolons": "ignore",
"typescript.autoClosingTags": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.preferences.useAliasesForRenames": false
}