- 重写 README.md:项目简介、快速开始、22+ 厂商列表、功能特性、架构说明、配置指南、FAQ、贡献指南 - 新增 MIT LICENSE - 包含全部源码与文档
17 lines
244 B
INI
Executable File
17 lines
244 B
INI
Executable File
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{json,yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|