Add .editorconfig

Allows text editor auto-configuration.
This commit is contained in:
Simon Ser 2021-09-01 09:14:10 +00:00 committed by Kenny Levinsen
parent df3f307b8e
commit 29a6832ca0

8
.editorconfig Normal file
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