style: 统一文件换行符为 LF 并去除 BOM

This commit is contained in:
Ray.Hao
2026-08-12 14:58:07 +08:00
parent 52db4699a6
commit 84af5737f9
25 changed files with 26 additions and 26 deletions

View File

@@ -32,8 +32,8 @@ trailingComma: "es5"
useTabs: false
# Vue 文件中的 <script> 和 <style> 不增加额外的缩进
vueIndentScriptAndStyle: false
# 根据系统自动检测换行符
endOfLine: "auto"
# 统一使用 LF 换行符,避免跨平台差异产生大量 diff
endOfLine: "lf"
# 对 HTML 文件应用特定格式化规则
overrides:
- files: "*.html"