Add .editorconfig file

This commit is contained in:
Andrzej Kopeć
2016-02-28 18:33:39 +01:00
parent b6798cdb06
commit 9b653b9dcb

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{js, json, sh, yml, gemspec}]
indent_style = space
indent_size = 2
[{Rakefile, .jshintrc}]
indent_style = space
indent_size = 2
[*.{py}]
indent_style = space
indent_size = 4