Add .editorconfig

This commit is contained in:
Manuel 2022-10-23 12:43:46 +02:00
parent 48f278ad44
commit 37a94ece2c
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
1 changed files with 8 additions and 0 deletions

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
tab_width = 4