Skip to content

Commit

Permalink
Add *.cabal files to .editorconfig (#90)
Browse files Browse the repository at this point in the history
What it says on the tin
  • Loading branch information
9999years authored Oct 25, 2024
1 parent 6cc8559 commit a27abbd
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 @@ -5,6 +5,10 @@ root = true
indent_style = space
indent_size = 2

[*.cabal]
indent_style = space
indent_size = 2

[*.nix]
indent_style = space
indent_size = 2

0 comments on commit a27abbd

Please sign in to comment.