Files
react-template/.editorconfig
2025-09-17 17:54:00 +08:00

10 lines
152 B
INI

root = true
[*]
indent_size = 2
max_line_length = 100
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space