chore(styles): 🐛 add .gitattributes (#37)

This commit is contained in:
一寸灰
2024-12-25 16:24:37 +08:00
committed by GitHub
parent b79c2d09e5
commit 72ef6faaa9
2 changed files with 13 additions and 6 deletions

13
.gitattributes vendored Normal file
View File

@@ -0,0 +1,13 @@
"*.vue" eol=lf
"*.js" eol=lf
"*.ts" eol=lf
"*.jsx" eol=lf
"*.tsx" eol=lf
"*.mjs" eol=lf
"*.json" eol=lf
"*.html" eol=lf
"*.css" eol=lf
"*.scss" eol=lf
"*.md" eol=lf
"*.yaml" eol=lf
"*.yml" eol=lf