mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-04 22:09:04 +08:00
chore(config): 完善 eol 配置以支持 win 开发环境
This commit is contained in:
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# .gitattributes
|
||||
* text eol=lf
|
||||
*.png binary
|
||||
*.jpeg binary
|
||||
*.ico binary
|
||||
*.wav binary
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -2,5 +2,6 @@
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
},
|
||||
"css.lint.unknownAtRules": "ignore"
|
||||
"css.lint.unknownAtRules": "ignore",
|
||||
"files.eol": "\n"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user