mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-23 08:03:34 +00:00
32 lines
675 B
JSON
32 lines
675 B
JSON
{
|
|
"languageserver": {
|
|
"terraform": {
|
|
"command": "terraform-ls",
|
|
"filetypes": ["terraform", "tf"],
|
|
"initializationOptions": {},
|
|
"settings": {}
|
|
}
|
|
},
|
|
"eslint.autoFixOnSave": true,
|
|
"eslint.filetypes": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
"prettier.disableSuccessMessage": true,
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"json",
|
|
"graphql"
|
|
],
|
|
"tsserver.formatOnType": true,
|
|
"coc.preferences.formatOnType": true,
|
|
"yaml.schemaStore.enable": true,
|
|
"yaml.schemas": {
|
|
"kubernetes": "/*.yaml"
|
|
}
|
|
}
|