Remove trailing space
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 4m25s

This commit is contained in:
2025-04-08 11:06:12 -05:00
parent 1929362506
commit 901c7b7c09
2 changed files with 4 additions and 1 deletions

View File

@@ -18,6 +18,9 @@
programs.nixfmt.enable = true; programs.nixfmt.enable = true;
programs.shellcheck.enable = true; programs.shellcheck.enable = true;
settings.formatter.shellcheck = {
excludes = [ "*.envrc*" ];
};
programs.shfmt.enable = true; programs.shfmt.enable = true;
settings.formatter.shfmt.indent_size = 0; settings.formatter.shfmt.indent_size = 0;