Add EditorConfig file

This commit is contained in:
Trevor Slocum 2023-10-06 13:26:42 -07:00
parent 8a6244c0bc
commit a35c046b1d

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 120
tab_width = 4