cyclic-calendar/.editorconfig
Alan Daniels 487bab0ad3 init
2025-12-18 22:15:29 +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