Prettify coc-settings

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-07 17:48:24 +02:00
parent ccf314034a
commit 87c4911c4d
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -3,7 +3,6 @@
"suggest.noselect": false, "suggest.noselect": false,
"suggest.echodocSupport": true, "suggest.echodocSupport": true,
"suggest.maxCompleteItemCount": 20, "suggest.maxCompleteItemCount": 20,
"diagnostic.virtualText": true,
"coc.preferences.formatOnSaveFiletypes": [ "coc.preferences.formatOnSaveFiletypes": [
"javascript", "javascript",
"typescript", "typescript",
@ -12,12 +11,6 @@
"javascriptreact", "javascriptreact",
"yaml" "yaml"
], ],
"eslint.filetypes": [
"javascript",
"typescript",
"typescriptreact",
"javascriptreact"
],
"prettier.singleQuote": true, "prettier.singleQuote": true,
"diagnostic.errorSign": "•", "diagnostic.errorSign": "•",
"diagnostic.warningSign": "•", "diagnostic.warningSign": "•",
@ -36,5 +29,11 @@
"filetypes": ["xml"], "filetypes": ["xml"],
"ignoredRootPaths": ["~"] "ignoredRootPaths": ["~"]
} }
},
"markdownlint.config": {
"rules": {
"default": true,
"line_length": false
}
} }
} }