Merge branch 'add-editorconfig' of https://github.com/kapke/jasmine into kapke-add-editorconfig

- Merges #1058
- Fixes #1057
This commit is contained in:
Gregg Van Hove
2016-03-01 17:50:59 -08:00

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