Skip to content

Commit

Permalink
Merge pull request #442 from tittoassini/editorConfig
Browse files Browse the repository at this point in the history
Restrict editor config to Haskell file, to avoid affecting Makefiles or other tab-based formats
  • Loading branch information
ndmitchell authored Oct 11, 2020
2 parents 2dfa834 + 299a0d0 commit 93fcf93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ root = true

[*]
end_of_line = LF
trim_trailing_whitespace = true
insert_final_newline = true

[*]
[*.{hs,lhs}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80

0 comments on commit 93fcf93

Please sign in to comment.