Add .editorconfig

master
Kenny Levinsen 2022-01-16 14:33:57 +01:00
parent 601dfc87ff
commit 813e6640c5
1 changed files with 8 additions and 0 deletions

8
.editorconfig 100644
View File

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