Skip to content

Commit

Permalink
clean: Small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rexmagnusdavid committed May 6, 2024
1 parent 1721717 commit 0232631
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
13 changes: 8 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnType": false, // required
"editor.formatOnPaste": true, // optional
"editor.formatOnSave": true, // optional
"editor.formatOnSaveMode": "file", // required to format on save
"files.autoSave": "afterDelay", // optional but recommended
"editor.formatOnType": false,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"editor.indentSize": 2,

"files.autoSave": "afterDelay",

"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
Expand Down
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ prost-build = { version = "0.12.3" }

[lints.rust]
unsafe_code = "forbid"

[features]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "transitarrivalboard",
"name": "transit-board",
"version": "0.1.0",
"description": "Gets and displays public transit info around Bronx Science",
"main": "index.js",
Expand Down
Binary file removed public/logo.png
Binary file not shown.

0 comments on commit 0232631

Please sign in to comment.