This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix issue
fix-temp-prettier
zhoupzh
3 years ago
parent
49e33ffcbd
commit
35b70dd39f
3 changed files
with
17 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.gitignore
+4
-0
.prettierignore
+13
-0
.vscode/settings.json
+ 0
- 1
.gitignore
View File
@@ -11,7 +11,6 @@ _test
.idea
# MS VSCode
.vscode
__debug_bin
# Architecture specific extensions/prefixes
+ 4
- 0
.prettierignore
View File
@@ -2,3 +2,7 @@
dist
build
coverage
vendor
public
docs
models
+ 13
- 0
.vscode/settings.json
View File
@@ -0,0 +1,13 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[tmpl]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true
}
Write
Preview
Loading…
Cancel
Save