- root = true
- [*]
- charset = utf-8 # 字符编码 utf-8
- indent_style = space # 输入的 tab 都用空格代替
- indent_size = 2 # 一个 tab 用 2 个空格代替
- end_of_line = lf # 换行符使用 unix 的换行符 \n
- insert_final_newline = true # 去掉每行末尾的空格
- trim_trailing_whitespace = true # 文件末尾都加一个空行
- charset = utf-8
- indent_style = space
- indent_size = 2
- end_of_line = lf
- insert_final_newline = true
- trim_trailing_whitespace = true
|