diff --git a/.vscode/settings.json b/.vscode/settings.json index 91a1a8f4f..fed1b294f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,7 @@ "editor.defaultFormatter": "mkhl.shfmt" }, "editor.codeActionsOnSave": { - "source.fixAll": "never", + "source.fixAll": "never" }, "shellcheck.useWorkspaceRootAsCwd": true, }