摘要: 在解决方案目录下 新建.editorconfig文件 内容如下 # 让 Visual Studio 所有文件都默认使用 UTF-8(带 BOM)root = true [*]charset = utf-8 # 强制所有文件保存为 UTF-8 带签名end_of_line = crlf # Windo 阅读全文
posted @ 2025-12-19 17:39 simadi 阅读(9) 评论(0) 推荐(0)