Revision 753c9de201396b94df101e238807f2146b5bc128 authored by Luca Foppiano on 23 September 2017, 11:28:20 UTC, committed by Luca Foppiano on 23 September 2017, 11:28:20 UTC

Former-commit-id: 0fb00a80af3daa462418d8c0f8b88fae42694d8a
1 parent 2f4b4d9
Raw File
.editorconfig
[*]
charset=utf-8
end_of_line=lf
insert_final_newline=false
indent_style=space
indent_size=4

[{.babelrc,.stylelintrc,.eslintrc,jest.config,*.bowerrc,*.jsb3,*.jsb2,*.avsc,*.json}]
indent_style=space
indent_size=2

[{*.ddl,*.sql}]
indent_style=space
indent_size=2

[*.less]
indent_style=space
indent_size=2

[{*.yml,*.yaml}]
indent_style=space
indent_size=2
back to top