Skip to content

Commit

Permalink
editorconfig: don't check Nix style
Browse files Browse the repository at this point in the history
already done with Alejandra
  • Loading branch information
minijackson committed Nov 4, 2024
1 parent 3e695fe commit bd8c228
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ insert_final_newline = unset
indent_style = space
indent_size = 2

# Formatting is checked with the Nix formatter,
# no need to check it with eclint
eclint_indent_style = unset

[*.md]
indent_style = space

Expand Down

0 comments on commit bd8c228

Please sign in to comment.