Files
WeChatFerry/.editorconfig
T

7 lines
143 B
INI
Raw Normal View History

2021-02-12 23:21:57 +08:00
[*]
end_of_line = lf
2022-08-07 22:00:11 +08:00
charset = utf-8-bom
2021-02-12 23:21:57 +08:00
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4