-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoc-settings.json
More file actions
37 lines (37 loc) · 967 Bytes
/
coc-settings.json
File metadata and controls
37 lines (37 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"coc.preferences.formatOnSaveFiletypes": [
"css",
"html",
"javascript",
"javascriptreact",
"json",
"jsonc",
"markdown",
"php",
"prisma",
"python",
"rust",
"sass",
"scss",
"typescript",
"typescriptreact",
"xml"
],
"python.formatting.provider": "black",
"python.formatting.blackPath": "~/.local/bin/black",
"coc.preferences.formatOnType": true,
"prettier.singleQuote": true,
"javascript.autoClosingTags": true,
"typescript.autoClosingTags": true,
"emmet.includeLanguages": {
"html": "html",
"rust": "html",
"javascript": "javascriptreact",
"typescript": "typescriptreact"
},
"elixirLS.dialyzerEnabled": false,
"codeLens.enable": false,
"intelephense.environment.documentRoot": "/srv/http/wordpress",
"intelephense.environment.includePaths": ["/srv/http/wordpress/wp-includes"],
"intelephense.files.associations": ["*.php", "*.phtml", "*.module", "*.inc"]
}