摘要: # http://editorconfig.org root = true # 对所有文件生效 [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true 阅读全文