Add .editorconfig

This commit is contained in:
Christoph Diehl 2017-04-23 02:29:16 +03:00
parent 7557cb039c
commit 8ecf429681
1 changed files with 21 additions and 0 deletions

21
.editorconfig Normal file
View File

@ -0,0 +1,21 @@
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
[*.py]
indent_style=space
indent_size=4
[lib/**.js]
indent_style=space
indent_size=2
[{*.jshintrc}]
indent_style=space
indent_size=2
[{package.json,.travis.yml}]
indent_style=space
indent_size=2