Add an .editorconfig file (#152)

This commit is contained in:
David Joseph Guzsik 2020-06-28 22:09:56 +02:00 committed by GitHub
parent 4f85936437
commit 1f26415190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true