Skip to content

Commit

Permalink
🔧 Add VSCode config; update basketball config
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenank committed Jan 3, 2023
1 parent f4e9f64 commit 263dd2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
10 changes: 6 additions & 4 deletions supported-sports.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,8 @@
"options": [
{ "value": "Miss", "selected": true },
{ "value": "Make" },
{ "value": "Blocked" }
{ "value": "Blocked" },
{ "value": "Fouled" }
]
},
{ "type": "x", "title": "X", "id": "x", "noWidget": true },
Expand Down Expand Up @@ -480,7 +481,8 @@
"options": [
{ "value": "Miss", "selected": true },
{ "value": "Make" },
{ "value": "Blocked" }
{ "value": "Blocked" },
{ "value": "Fouled" }
]
},
{ "type": "x", "title": "X", "id": "x", "noWidget": true },
Expand Down Expand Up @@ -550,7 +552,8 @@
"options": [
{ "value": "Miss", "selected": true },
{ "value": "Make" },
{ "value": "Blocked" }
{ "value": "Blocked" },
{ "value": "Fouled" }
]
},
{ "type": "x", "title": "X", "id": "x", "noWidget": true },
Expand Down Expand Up @@ -716,7 +719,6 @@
"fontSize": "0.09rem",
"strokeWidth": "0.3px",
"heatMapScale": 2.08,
"heatMapLowOpacity": 0.05,
"heatMapLowOpacity": 0.1,
"heatMapHighOpacity": 0.4
},
Expand Down

0 comments on commit 263dd2c

Please sign in to comment.