Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Michel Roegl-Brunner 2026-01-30 09:05:18 +01:00 committed by GitHub
parent 738f536cbf
commit ae7a410638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.vscode/settings.json generated vendored
View File

@ -6,7 +6,7 @@
"editor.defaultFormatter": "mkhl.shfmt"
},
"editor.codeActionsOnSave": {
"source.fixAll": "never",
"source.fixAll": "never"
},
"shellcheck.useWorkspaceRootAsCwd": true,
}