Skip to content

Commit

Permalink
add nix style to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichAltheide committed Nov 21, 2024
1 parent 5056b7b commit ddfd65e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ insert_final_newline = true
indent_style = space
indent_size = 2
insert_final_newline = true

[*.nix]
indent_style = space
indent_size = 2
insert_final_newline = true

0 comments on commit ddfd65e

Please sign in to comment.