-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoc-settings.json
More file actions
28 lines (25 loc) · 828 Bytes
/
coc-settings.json
File metadata and controls
28 lines (25 loc) · 828 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
{
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.suggestionActions.enabled": false,
"coc.preferences.extensionUpdateCheck": "never",
"list.maxHeight": 1,
"suggest.snippetIndicator": "",
"diagnostic.errorSign": "✖",
"diagnostic.warningSign": "⚠",
"diagnostic.infoSign": "ℹ",
"diagnostic.hintSign": "➤",
"diagnostic.checkCurrentLine": true,
"suggest.noselect": false,
"prettier.singleQuote": true,
// Run prettier (and others)
"coc.preferences.formatOnSaveFiletypes": [
"css",
"json",
"typescript.tsx",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
]
}