-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.json
36 lines (36 loc) · 976 Bytes
/
settings.json
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
{
"workbench.colorTheme": "Shades of Purple (Super Dark)",
"workbench.iconTheme": "material-icon-theme",
"files.autoSaveDelay": 1000,
"files.autoSave": "afterDelay",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"scm.autoReveal": true,
"scm.alwaysShowRepositories": true,
"git.postCommitCommand": "sync",
"git.autofetch": true,
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"[go]": {
"editor.defaultFormatter": "golang.go"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dockercompose]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
}
}