-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcoc-settings.json
More file actions
20 lines (20 loc) · 804 Bytes
/
coc-settings.json
File metadata and controls
20 lines (20 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"eslint.filetypes": ["javascript", "typescript", "typescriptreact", "javascriptreact", "typescript.tsx"],
"coc.preferences.diagnostic.virtualText": true,
"coc.preferences.formatOnSave": true,
"hover.floatConfig": {
"rounded": true,
"border": true
},
"signature.floatConfig": {
"rounded": true,
"border": true
},
"eslint.format.enable": true,
"typescript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.propertyDeclarationTypes.enabled": true,
"typescript.inlayHints.variableTypes.enabled": true,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.enumMemberValues.enabled": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true
}