plusone-commons/.editorconfig

15 lines
225 B
INI
Raw Permalink 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
2024-10-25 21:27:14 +08:00
# 删除行尾空格
2024-10-18 18:41:06 +08:00
trim_trailing_whitespace = true
2024-10-25 21:27:14 +08:00
# 文件最后插入空行
2024-10-18 18:41:06 +08:00
insert_final_newline = true