# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

root = true

[*]
end_of_line = lf
indent_style = space
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.{xml,yaml,yml,twig,php}]
indent_size = 4

[.yamllint]
indent_size = 4

[*.{xliff,js,json,scss,css}]
indent_size = 2

[composer.json]
indent_size = 4

[.flintci.yml]
indent_size = 2

[Makefile]
indent_style = tab
