Restrict config to haskell file, to avoid affecting Makefiles

This commit is contained in:
Pasqualino Titto Assini 2020-09-29 12:31:41 +02:00
parent 5729c2ea11
commit 2ac30932a6

View File

@ -3,10 +3,13 @@
root = true
[Makefile]
indent_style = tab
[*]
end_of_line = LF
[*]
[*.{hs,lhs}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true