51 lines
746 B

[*]
charset=utf-8
end_of_line=crlf
insert_final_newline=false
indent_style=space
indent_size=4
[{.babelrc,.stylelintrc,.eslintrc,jest.config,*.json,*.jsb3,*.jsb2,*.bowerrc}]
indent_style=space
indent_size=2
[*.feature]
indent_style=space
indent_size=2
[{jshint.json,*.jshintrc}]
indent_style=space
indent_size=2
[{*.jscs.json,*.jscsrc}]
indent_style=space
indent_size=2
[*.js.map]
indent_style=space
indent_size=2
[{*.ddl,*.sql}]
indent_style=space
indent_size=2
[*.coffee]
indent_style=space
indent_size=2
[{*.hphp,*.phtml,*.module,*.php,*.php5,*.php4,*.inc}]
indent_style=space
indent_size=4
[*.less]
indent_style=space
indent_size=2
[*.scss]
indent_style=space
indent_size=2
[{*.yml,*.yaml,*.xml}]
indent_style=space
indent_size=2