Add .editorconfig file.

This helps avoid inconsistent editor settings.
This commit is contained in:
Catherine 2024-04-10 02:40:35 +00:00
parent 544eeee788
commit c68f9e43f9

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
max_line_length = 100
trim_trailing_whitespace = true
insert_final_newline = true