mirror of https://github.com/embarklabs/embark.git
Merge pull request #921 from embark-framework/chores/adding-editor-config
Add editor config
This commit is contained in:
commit
a59ec4e91f
|
@ -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
|
Loading…
Reference in New Issue