Files
jcutmirror/.editorconfig
2024-02-14 23:39:12 +08:00

11 lines
145 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{ts,tsx,js,jsx,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2