Revision a88d85126ffaa2c93ec87f630e3d924f71d1f89f authored by lopez on 28 August 2019, 02:13:35 UTC, committed by lopez on 28 August 2019, 02:13:35 UTC

Former-commit-id: 27cde82e3439428364ab61c375879031af810a65
1 parent c7b922a
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