Add an editorconfig file

This commit is contained in:
tiosgz 2021-08-11 20:34:41 +00:00
parent b6e3492234
commit 60ebd84f77

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4