Skip to content

Commit 780a336

Browse files
committed
Set defaults for devcontainer Visual Studio Code IDE to indent with 4 spaces.
1 parent 2326b39 commit 780a336

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
@@ -11,6 +11,9 @@
1111
"customizations": {
1212
"vscode": {
1313
"settings": {
14+
"editor.tabSize": 4,
15+
"editor.insertSpaces": true,
16+
"editor.detectIndentation": false,
1417
"terminal.integrated.defaultProfile.linux": "bash",
1518
"python.formatting.provider": "black",
1619
"python.linting.enabled": true,

0 commit comments

Comments
 (0)