Skip to content

Commit

Permalink
Editorconfig: configure indent_size for nix files
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy authored and MattSturgeon committed Feb 6, 2025
1 parent 11a80c1 commit 7f2601a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[*.sh]
indent_style = space
indent_size = 2

[*.nix]
indent_size = 2

0 comments on commit 7f2601a

Please sign in to comment.