Skip to content

Commit

Permalink
fix: remove formatOnSave to avoid VS code reformatting
Browse files Browse the repository at this point in the history
Which is different from RStudio reformatting.
  • Loading branch information
signekb authored May 30, 2024
1 parent 693a63f commit a1e306d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"files.autoSave": "onFocusChange",
"editor.tabSize": 2,
"editor.wordWrap": "off",
"editor.formatOnSave": true,
"git.autofetch": false,
"quarto.visualEditor.markdownWrap": "column",
"quarto.visualEditor.markdownWrapColumn": 72,
Expand Down

0 comments on commit a1e306d

Please sign in to comment.