diff --git a/home/vscode.nix b/home/vscode.nix index ffbfc19..9818c7c 100644 --- a/home/vscode.nix +++ b/home/vscode.nix @@ -10,6 +10,7 @@ userSettings = { "update.mode" = "none"; "workbench.colorTheme" = "Gruvbox Dark Hard"; + "files.trimTrailingWhitespace" = true; }; }; }