editorconfig

This commit is contained in:
embr 2023-04-24 15:52:33 +02:00
parent c5f5b99714
commit b3e6051b8e

8
.editorconfig Normal file
View file

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