Skip to content

Commit 977acbc

Browse files
committed
Format coc-settings.json
1 parent b029ee8 commit 977acbc

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

coc-settings.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,10 @@
3131
},
3232
"filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
3333
"shell": true,
34-
"rootPatterns": [
35-
".ccls",
36-
"compile_commands.json",
37-
".vim/",
38-
".git/",
39-
".hg/"
40-
]
34+
"rootPatterns": [".ccls", "compile_commands.json", ".vim/", ".git/", ".hg/"]
4135
},
4236
"cquery": {
43-
"args": [
44-
"--log-file=/tmp/cq.log"
45-
],
37+
"args": ["--log-file=/tmp/cq.log"],
4638
"command": "cquery",
4739
"filetypes": [],
4840
"initializationOptions": {
@@ -53,17 +45,11 @@
5345
"golang": {
5446
"command": "gopls",
5547
"filetypes": [],
56-
"rootPatterns": [
57-
"go.mod"
58-
]
48+
"rootPatterns": ["go.mod"]
5949
}
6050
},
6151
"npm.binPath": "yarn",
62-
"prettier.disableLanguages": [
63-
"json",
64-
"golang",
65-
"python"
66-
],
52+
"prettier.disableLanguages": ["json", "golang", "python"],
6753
"prettier.requireConfig": true,
6854
"python.analysis.autoSearchPaths": true,
6955
"python.analysis.diagnosticMode": "openFilesOnly",

0 commit comments

Comments
 (0)