devel_wizard-2.x-dev/templates/project/editorconfig.twig
templates/project/editorconfig.twig
root = true
[*]
end_of_line = LF
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[composer*.{json,lock}]
indent_size = 4
[phpstan*.neon]
indent_style = tab
indent_size = 4
[.phpstan/*.neon]
indent_style = tab
indent_size = 4
