Added editorconfig file (#41)

* Added editorconfig file

* Update .editorconfig
This commit is contained in:
nettts 2018-08-11 16:29:32 -04:00 committed by GitHub
parent 3aecf5c5c8
commit adddec926d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = unset
insert_final_newline = true
#charset
charset = utf-8
#space indentation
indent_style = space
indent_size = 4