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-05 01:38:49 +00:00

6 lines
94 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true