Skip to content

Commit a1e306d

Browse files
authored
fix: remove formatOnSave to avoid VS code reformatting
Which is different from RStudio reformatting.
1 parent 693a63f commit a1e306d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.vscode/settings.json

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"files.autoSave": "onFocusChange",
33
"editor.tabSize": 2,
44
"editor.wordWrap": "off",
5-
"editor.formatOnSave": true,
65
"git.autofetch": false,
76
"quarto.visualEditor.markdownWrap": "column",
87
"quarto.visualEditor.markdownWrapColumn": 72,

0 commit comments

Comments
 (0)