This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
advent-of-code-2023/.editorconfig
2023-12-06 14:18:27 +00:00

10 lines
139 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
[*.hs]
indent_size = 2
indent_style = space