Merge pull request #909 from biosistemika/chore/add-EditorConfig

chore: Add EditorConfig preference file
This commit is contained in:
Adrian Oprea 2017-12-14 15:42:31 +02:00 committed by GitHub
commit 7358022fa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
# Root EditorConfig preference file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.rb]
charset = utf-8
indent_style = space
indent_size = 2
[*.{js,jsx}]
charset = utf-8
indent_style = space
indent_size = 2