Add .editorconfig

This commit is contained in:
Ash Logan 2021-09-12 13:51:17 +10:00
parent 3448ef7a59
commit 34ee1bddf0

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab