Skip to content

Commit

Permalink
style: use tabs for indent size to format sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 3, 2024
1 parent 2381bd6 commit 33b8023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/flake-modules/formatter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

# shfmt second
programs.shfmt.enable = true;
programs.shfmt.indent_size = 0; # 0 means tabs
settings.formatter.shfmt.priority = 1;

programs.prettier.enable = true;
Expand Down

0 comments on commit 33b8023

Please sign in to comment.