Revision e534a22be5c6d33ebfe427c45e313e0de82585d7 authored by Vyacheslav Zholudev on 20 October 2017, 10:31:44 UTC, committed by Vyacheslav Zholudev on 20 October 2017, 10:31:44 UTC

Former-commit-id: 42539fe30bb05eab169a4428c173b6bc4bbd0ee1
1 parent 444b95f
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