37 lines
724 B
JSON
37 lines
724 B
JSON
{
|
|
"coc.preferences.colorSupport": true,
|
|
"coc.preferences.formatOnInsertLeave": true,
|
|
"coc.preferences.formatOnTypeFiletypes": [
|
|
"javascript",
|
|
"typescript",
|
|
"javascriptreact",
|
|
"typescriptreact",
|
|
"typescript.tsx",
|
|
"html",
|
|
"json",
|
|
"Markdown",
|
|
"css"
|
|
],
|
|
"eslint.filetypes": [
|
|
"javascript",
|
|
"typescript",
|
|
"javascriptreact",
|
|
"typescriptreact",
|
|
"typescript.tsx"
|
|
],
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"javascript",
|
|
"typescript",
|
|
"javascriptreact",
|
|
"typescriptreact",
|
|
"typescript.tsx",
|
|
"html",
|
|
"json",
|
|
"Markdown",
|
|
"css"
|
|
],
|
|
"diagnostic.errorSign": "x",
|
|
"diagnostic.warningSign": "!",
|
|
"diagnostic.infoSign": "?"
|
|
}
|