WeChatFerry/.editorconfig

10 lines
169 B
INI
Raw Permalink Normal View History

2023-07-15 09:46:40 +08:00
[*]
end_of_line = lf
charset = utf-8-bom
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
2025-04-23 00:11:10 +08:00
indent_size = 4
[*.{yml,yaml}]
indent_size = 2