Revision 491155cd82ef998126c3182f4e0823e3fb9b9e59 authored by Luca Foppiano on 14 March 2018, 16:00:30 UTC, committed by Luca Foppiano on 29 May 2018, 16:07:36 UTC

Former-commit-id: 7b7087b4cd70081991dff30793e7cb9dd8fafecb
1 parent 3bb791d
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