Revision 567a4a832c5af22b772c7a8e791d200b3360b60d authored by lopez on 07 November 2017, 02:02:08 UTC, committed by lopez on 07 November 2017, 02:02:08 UTC

Former-commit-id: 4502e2912283fa02af7da22a96ab8d4287a5d9ab
1 parent 07e9f19
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