Skip to content

Commit

Permalink
chore: add setting so VSCode automatically sorts imports #612
Browse files Browse the repository at this point in the history
  • Loading branch information
jimniels committed Jul 18, 2023
1 parent 88a25b5 commit aedb54a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"pixiapp",
"subquadrant",
"subquadrants"
]
],
"editor.codeActionsOnSave": {
"source.organizeImports": true,
}
}

1 comment on commit aedb54a

@vercel
Copy link

@vercel vercel bot commented on aedb54a Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quadratic – ./

quadratic-nu.vercel.app
quadratic-git-main-quadratic.vercel.app
quadratic-quadratic.vercel.app

Please sign in to comment.