-
Is it possible to change the default indent size for R? In #3691 (comment) it says
but I can't seem to work out how to change it. I've tried the following in {
"editor.fontSize": 16,
"debug.console.fontSize": 16,
"terminal.integrated.fontSize": 16,
"markdown.preview.fontSize": 16,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"workbench.reduceMotion": "on",
"editor.tabCompletion": "on",
"files.trimTrailingWhitespace": true,
"editor.tabSize": 4,
"[R]": {
"editor.tabSize": 4
},
} |
Beta Was this translation helpful? Give feedback.
Answered by
TimTaylor
Nov 5, 2024
Replies: 1 comment
-
Need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TimTaylor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to use
"[r]": {tabSize": 4}
not"[R]": {tabSize": 4}
. Arrrrrrrrggghhh 😅