1root = false  # This extends the root .editorconfig
2
3[*.{html,js}]
4trim_trailing_whitespace = true
5insert_final_newline = true
6indent_style = space
7indent_size = 4
8