Add .editorconfig

This commit is contained in:
Jonathan Bernard 2017-11-27 08:01:20 -06:00
parent c10637935f
commit 83d294256a

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
[*]
charset=utf-8
end_of_line=lf
indent_style=space
indent_size=4
max_line_length=79
[{.babelrc,.stylelintrc,jest.config,.eslintrc,*.bowerrc,*.jsb3,*.jsb2,*.json,*.js}]
indent_style=space
indent_size=2