root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
block_comment_start = /*
block_comment = *
block_comment_end = */

[{*.yml,*.neon}]
indent_style = space
indent_size = 2

[{*.scss}]
indent_style = tab
indent_size = 2

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

[*.md]
trim_trailing_whitespace = false


[{LICENSE.txt,README.txt}]
indent_style = space
end_of_line = lf

[*.sql]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset
