Revision 3f33389a602abb514c90f35731ef239fe6c10b2b authored by lopez on 04 October 2017, 06:17:06 UTC, committed by lopez on 04 October 2017, 06:17:06 UTC

Former-commit-id: 1e9dabd47e5ea645a6a37b4ee9afbe0d0d3fd5b8
1 parent 14f3d45
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