Add .editorconfig

This commit is contained in:
Marcel Otto 2017-06-25 02:06:24 +02:00
parent 23c725fce8
commit c2865c8b04
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# 2 space indentation
[*.{ex,exs,json}]
indent_style = space
indent_size = 2