Added editorconfig file

This commit is contained in:
Jef Roosens 2021-05-18 15:15:00 +02:00
parent 1a183067b8
commit 17a20052b7
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = false
indent_style = space
indent_size = 4