root = true
end_of_line = lf
insert_final_newline = true

[*.{js,php,html,twig}]
charset = utf-8

[*.{php,html,twig}]
indent_style = space
indent_size = 4

[*.js]
indent_style = space
indent_size = 2

[{composer.json,package.json}]
indent_style = space
indent_size = 2




