Merge pull request #35 from tiosgz/editorconfig

Add an editorconfig file
This commit is contained in:
buffet 2021-08-12 08:47:56 +00:00 committed by GitHub
commit 9bb009203a

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