🔧 add editorconfig

This commit is contained in:
DrMaxNix 2023-05-11 20:23:17 +02:00
parent 1be1470234
commit 373b2dfaf0
1 changed files with 8 additions and 0 deletions

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