diff --git a/ghcide/.editorconfig b/ghcide/.editorconfig index f75cf4d67c..400e76ac0b 100644 --- a/ghcide/.editorconfig +++ b/ghcide/.editorconfig @@ -5,7 +5,9 @@ root = true [*] end_of_line = LF -indent_style = space -indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true + +[*.{hs,lhs}] +indent_style = space +indent_size = 4