🔧 add editorconfig

This commit is contained in:
DrMaxNix 2024-05-18 21:42:56 +02:00
parent f4f4d0a10d
commit 3355e69218

8
.editorconfig Normal file
View File

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