ui/.editorconfig
2024-01-04 23:37:39 +01:00

9 lines
118 B
INI

root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts,jsx,tsx}]
indent_style = tab