You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
323 B
16 lines
323 B
root = true
|
|
|
|
[*]
|
|
# 字符编码
|
|
charset = utf-8
|
|
# 以空格形式缩进
|
|
indent_style = space
|
|
# 缩进的大小为4个空格
|
|
indent_size = 4
|
|
tab_width = 4
|
|
# 定义换行符
|
|
end_of_line = lf
|
|
# 文件结尾处插入新行
|
|
insert_final_newline = true
|
|
# 除去换行行首的任意空白字符
|
|
# trim_trailing_whitespace = true
|
|
|