Specialize ghcide indent style to .hs (#2631)

This commit is contained in:
mrgutkun 2022-01-24 01:59:45 +03:00 committed by GitHub
parent 22e5ebd0e7
commit 1d96fb8339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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