root = true

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

[*.php]
max_line_length = 120

[Makefile*]
indent_style = tab

[*.{html,json,css,js,jsx,ts,tsx,yml,yaml}]
indent_size = 2
