This commit is contained in:
2023-12-06 14:18:27 +00:00
parent ea5c6c1e3b
commit 6863732c5a
4 changed files with 47 additions and 1 deletions

View File

@@ -3,4 +3,8 @@ root = true
[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
trim_trailing_whitespace = true
[*.hs]
indent_size = 2
indent_style = space