2024-01-31 18:40:12 -07:00
|
|
|
root = true
|
|
|
|
|
2024-02-03 18:10:58 -07:00
|
|
|
[*.tsx]
|
|
|
|
indent_style = tab
|
|
|
|
|
2024-01-31 18:40:12 -07:00
|
|
|
[*.json]
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|