amaranth/.editorconfig
Catherine c68f9e43f9 Add .editorconfig file.
This helps avoid inconsistent editor settings.
2024-04-10 05:08:05 +00:00

10 lines
153 B
INI

root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
max_line_length = 100
trim_trailing_whitespace = true
insert_final_newline = true