Skip to content

Commit 93fcf93

Browse files
authored
Merge pull request #442 from tittoassini/editorConfig
Restrict editor config to Haskell file, to avoid affecting Makefiles or other tab-based formats
2 parents 2dfa834 + 299a0d0 commit 93fcf93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ root = true
55

66
[*]
77
end_of_line = LF
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
810

9-
[*]
11+
[*.{hs,lhs}]
1012
indent_style = space
1113
indent_size = 4
12-
trim_trailing_whitespace = true
13-
insert_final_newline = true
1414
max_line_length = 80

0 commit comments

Comments
 (0)