deploy-sourcegraph/.vscode/settings.json

11 строки
207 B
JSON

{
"[yaml]": {
"editor.formatOnSave": false
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format",
"editor.formatOnSave": true
},
"shellformat.flag": "-i 2 -ci"
}