mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2024-11-25 16:22:53 +08:00
chore(config): 完善 eol 配置以支持 win 开发环境
This commit is contained in:
parent
16e72bf09b
commit
d0bb377f19
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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user