plusone-commons/.editorconfig
2024-10-25 21:27:14 +08:00

15 lines
225 B
INI

root = true
[*]
# 缩进
indent_style = space
indent_size = 4
# 行尾
end_of_line = lf
# 字符集
charset = utf-8
# 删除行尾空格
trim_trailing_whitespace = true
# 文件最后插入空行
insert_final_newline = true