Skip to content

Commit 85a344f

Browse files
committed
Fix #219: Configure VS Code tabSize=8 and indentSize=4
1 parent 4e99cf0 commit 85a344f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"customizations": {
88
"vscode": {
99
"settings": {
10+
"editor.tabSize": 8,
11+
"editor.indentSize": 4,
12+
"editor.detectIndentation": false,
1013
"r.lsp.diagnostics": false,
1114
"r.plot.useHttpgd": true,
1215
"r.rpath.linux": "/usr/bin/R",

0 commit comments

Comments
 (0)