Add .editorconfig

This commit is contained in:
Jeremy Baxter 2023-07-01 09:57:28 +12:00
parent d1c7b71043
commit be27e32ad2

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true