Merge pull request #705 from friday/editorconfig

Add .editorconfig file
This commit is contained in:
Sam Potts 2017-11-05 00:49:45 +11:00 committed by GitHub
commit b102714067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# See editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true