Skip to content

Commit

Permalink
Merge pull request #23 from getappmap/dev/add-prettier-code-formattin…
Browse files Browse the repository at this point in the history
…g-on-save

Add prettier code formatting on file save
  • Loading branch information
dustinbyrne authored Jul 24, 2023
2 parents e6367f9 + b3118c7 commit 61725f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.rulers": [100],
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit 61725f2

Please sign in to comment.