Skip to content

Commit

Permalink
🔧 Disable auto-formatting for vscode
Browse files Browse the repository at this point in the history
Disable vscode's "format on save" feature until we configure the editor to
format files according to the project's styleguide (#215). This prevents
unwanted formatting changes when editing and saving a file in vscode.
  • Loading branch information
clabe45 committed Feb 18, 2024
1 parent c34f452 commit 98d56df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": false
}

0 comments on commit 98d56df

Please sign in to comment.