aoc-2025/.editorconfig
Alan Daniels a5681362f4 day 1 part 1
formatting
2025-12-02 18:31:57 +11:00

10 lines
166 B
INI

# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true