Added a basic .editorconfig

This commit is contained in:
Thomas Cazade 2017-11-23 16:33:08 +01:00 committed by GitHub
parent 1b6e9762b8
commit 3827ef5d35
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
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2