plusone-commons/.editorconfig

14 lines
179 B
INI
Raw Normal View History

2024-10-18 18:41:06 +08:00
root = true
[*]
# 缩进
indent_style = space
indent_size = 4
# 行尾
end_of_line = lf
# 字符集
charset = utf-8
#
trim_trailing_whitespace = true
insert_final_newline = true