advent-of-code-2023/.editorconfig

10 lines
139 B
INI
Raw Permalink Normal View History

2023-12-05 01:38:49 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = false
2023-12-06 14:18:27 +00:00
trim_trailing_whitespace = true
[*.hs]
indent_size = 2
indent_style = space