Merge pull request #921 from embark-framework/chores/adding-editor-config

Add editor config
This commit is contained in:
Iuri Matias 2018-09-29 19:30:22 -04:00 committed by GitHub
commit a59ec4e91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# EditorConfig http://EditorConfig.org
# top-most EditorConfig file
root = true
# All files
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2