Added .editorconfig file
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Jef Roosens 2021-05-02 16:12:05 +02:00
parent 135e74e6e3
commit f9da125b4a
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