/
Codestyle

Codestyle

root = true

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4
tab_width=4

[{*.ng,*.sht,*.html,*.shtm,*.tag,*.shtml,*.htm}]
indent_style=space
indent_size=4

[{phpunit.xml.dist,*.jhm,*.xslt,*.xul,*.rng,*.xsl,*.xsd,*.ant,*.svg,*.tld,*.fxml,*.jrxml,*.xml,*.jnlp,*.wsdl}]
indent_style=space
indent_size=4

[{.eslintrc,.babelrc,jest.config,.stylelintrc,*.json,*.jsb3,*.jsb2,*.bowerrc}]
indent_style=space
indent_size=4

[*.css, .scss]
indent_style=space
indent_size=4

[{*.applejs,*.js}]
indent_style=space
indent_size=4

[{*.ats,*.ts}]
indent_style=space
indent_size=4

[{024_variations_admin,*.ddl,*.sql}]
indent_style=space
indent_size=4

[{*.ctp,*.hphp,*.phtml,*.tmpl,*.module,*.php,*.jst,*.php5,*.php4,*.inc}]
indent_style=space
indent_size=4

[*.blade.php]
indent_style=space
indent_size=4

[*.scss]
indent_style=space
indent_size=4

[{*.yml,*.yaml}]
indent_style=space
indent_size=4