[*] end_of_line = lf # 行尾 UNIX 格式 LF charset = utf-8 # 文件编码字符集为 UTF-8 trim_trailing_whitespace = true # 删除文件末尾空格 insert_final_newline = true # 末尾插入新行 indent_style = space # 以空格代替 tab indent_size = 4 # 代替 tab 的空格数量