We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e69c7ed + 8735a3d commit 11f7884Copy full SHA for 11f7884
.devcontainer/devcontainer.json
@@ -7,6 +7,9 @@
7
"customizations": {
8
"vscode": {
9
"settings": {
10
+ "editor.tabSize": 8,
11
+ "editor.indentSize": 4,
12
+ "editor.detectIndentation": false,
13
"r.lsp.diagnostics": false,
14
"r.plot.useHttpgd": true,
15
"r.rpath.linux": "/usr/bin/R",
0 commit comments