# 基础格式设置 max_width = 100 # 最大行宽(默认100) hard_tabs = false # 使用空格而非制表符 tab_spaces = 4 # 每个缩进级别4个空格 newline_style = "Unix" # 使用 \n 换行符(推荐跨平台项目)