Files
menav/.gitattributes
rbetree f2f59108a0 chore: 提交时自动格式化代码
- 安装 husky (^9.1.7) 和 lint-staged (^16.2.7)
- 配置 pre-commit hook 自动运行 Prettier
- 创建 .prettierignore 排除不需要格式化的文件
2026-01-16 16:34:47 +08:00

20 lines
276 B
Plaintext

* text=auto
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.css text eol=lf
*.html text eol=lf
*.sh text eol=lf
# Husky hooks 必须使用 LF
.husky/* text eol=lf
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary