root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
unindent_switch_case = false
[*.md]
trim_trailing_whitespace = false
insert_final_newline = true
[*.{yml,yaml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,js,ts,tsx,jsx,mjs,cjs}]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.ts]
trim_trailing_whitespace = true
[*.json]
indent_style = tab
indent_size = 4