diff --git a/.editorconfig b/.editorconfig index c277dff9a5..4b0c4d1d26 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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