mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:05:54 +00:00
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
13 lines
243 B
JSON
Generated
13 lines
243 B
JSON
Generated
{
|
|
"files.associations": {
|
|
"*.func": "shellscript"
|
|
},
|
|
"[shellscript]": {
|
|
"editor.defaultFormatter": "mkhl.shfmt"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "never"
|
|
},
|
|
"shellcheck.useWorkspaceRootAsCwd": true,
|
|
}
|