mirror of
https://gitee.com/agents-flex/agents-flex.git
synced 2024-11-30 02:47:46 +08:00
18 lines
357 B
INI
18 lines
357 B
INI
root = true
|
|
|
|
# 匹配全部文件
|
|
[*]
|
|
# 结尾换行符,可选"lf"、"cr"、"crlf"
|
|
end_of_line = lf
|
|
# 在文件结尾插入新行
|
|
insert_final_newline = true
|
|
# 删除一行中的前后空格
|
|
trim_trailing_whitespace = true
|
|
# 设置字符集
|
|
charset = utf-8
|
|
# 缩进风格,可选"space"、"tab"
|
|
indent_style = space
|
|
# 缩进的空格数
|
|
indent_size = 4
|
|
|