-
Notifications
You must be signed in to change notification settings - Fork 0
/
coc-settings.json
29 lines (29 loc) · 952 Bytes
/
coc-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
{
"coc.preferences.formatOnSaveFiletypes": ["*"],
"coc-actions.useCursorLine": true,
"coc.preferences.colorSupport": false,
"eslint.filetypes": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"codeLens.enable": true,
"suggest.enablePreview": true,
"suggest.enablePreselect": true,
"diagnostic.enableSign": true,
"diagnostic.checkCurrentLine": true,
"diagnostic.errorSign": "✘",
"diagnostic.infoSign": "ℹ",
"diagnostic.hintSign": "➤",
"diagnostic.enableHighlightLineNumber": true,
"diagnostic.messageTarget": "float",
"prettier.statusItemText": "",
"javascript.implementationsCodeLens.enable": false,
"javascript.referencesCodeLens.enable": false,
"typescript.referencesCodeLens.enable": false,
"typescript.implementationsCodeLens.enable": false,
"signature.enable": true,
"html.autoClosingTags": true,
"pairs.enableCharacters": ["(", "[", "{", "'", "\"", "`"]
}