ProxmoxVED/.vscode/settings.json
Michel Roegl-Brunner ae7a410638
Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-01-30 09:05:18 +01:00

13 lines
243 B
JSON
Generated

{
"files.associations": {
"*.func": "shellscript"
},
"[shellscript]": {
"editor.defaultFormatter": "mkhl.shfmt"
},
"editor.codeActionsOnSave": {
"source.fixAll": "never"
},
"shellcheck.useWorkspaceRootAsCwd": true,
}