diff --git a/.editorconfig b/.editorconfig index c277dff9a..1dd89173e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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