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