Reformat coc settings json

This commit is contained in:
Pavle Portic 2023-06-24 20:19:14 +03:00
parent 8dfae7080f
commit 656116195d
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 9 additions and 12 deletions

View File

@ -1,14 +1,11 @@
{
"languageserver": {
"terraform": {
"command": "terraform-ls",
"args": ["serve"],
"filetypes": [
"terraform",
"tf"
],
"initializationOptions": {},
"settings": {}
}
}
"languageserver": {
"terraform": {
"command": "terraform-ls",
"args": ["serve"],
"filetypes": ["terraform", "tf"],
"initializationOptions": {},
"settings": {}
}
}
}