WeChatFerry/.editorconfig
2025-04-23 00:11:10 +08:00

10 lines
169 B
INI

[*]
end_of_line = lf
charset = utf-8-bom
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{yml,yaml}]
indent_size = 2