Skip to content

Commit 2ac3093

Browse files
committed
Restrict config to haskell file, to avoid affecting Makefiles
1 parent 5729c2e commit 2ac3093

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33

44
root = true
55

6+
[Makefile]
7+
indent_style = tab
8+
69
[*]
710
end_of_line = LF
811

9-
[*]
12+
[*.{hs,lhs}]
1013
indent_style = space
1114
indent_size = 4
1215
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)