Skip to content

Commit 11f7884

Browse files
authored
Merge pull request #224 from avinab-neogy/config/reset-vscode-indent-settings
Fix #219: Configure VS Code tabSize=8 and indentSize=4
2 parents e69c7ed + 8735a3d commit 11f7884

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)