root = true

[*]
charset = utf-8

[*.{ts,js,yaml,scenario,md}]
indent_style = space
indent_size = 2

[*.{ts,js}]
trim_trailing_whitespace = true
insert_final_newline = true
