ui/.editorconfig

10 lines
118 B
INI
Raw Permalink Normal View History

2024-01-04 22:37:39 +00:00
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts,jsx,tsx}]
indent_style = tab