Add .editorconfig

This commit is contained in:
Brandon Conway 2021-03-14 21:45:40 -07:00
parent 3aa8cd9d57
commit ea31840c39

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true