Skip to content

Commit ff2112d

Browse files
committed
reindent using spaces
1 parent 9c45eda commit ff2112d

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.devcontainer/devcontainer.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
22
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/python-3
33
{
4-
"name": "Python 3",
5-
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.11-bullseye",
4+
"name": "Python 3",
5+
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.11-bullseye",
66

7-
// Configure tool-specific properties.
8-
"customizations": {
9-
// Configure properties specific to VS Code.
10-
"vscode": {
11-
// Set *default* container specific settings.json values on container create.
12-
"settings": {
7+
// Configure tool-specific properties.
8+
"customizations": {
9+
// Configure properties specific to VS Code.
10+
"vscode": {
11+
// Set *default* container specific settings.json values on container create.
12+
"settings": {
1313
"python.defaultInterpreterPath": "/usr/local/bin/python",
1414
"python.testing.pytestEnabled": true,
1515
"python.testing.unittestEnabled": false,
@@ -18,23 +18,23 @@
1818
".pytest_cache": true,
1919
"__pycache__": true
2020
}
21-
},
21+
},
2222

23-
// Add the IDs of extensions you want installed when the container is created.
24-
"extensions": [
25-
"ms-python.python",
23+
// Add the IDs of extensions you want installed when the container is created.
24+
"extensions": [
25+
"ms-python.python",
2626
"charliermarsh.ruff",
2727
"ms-python.black-formatter"
28-
]
29-
}
30-
},
28+
]
29+
}
30+
},
3131

32-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
33-
// "forwardPorts": [],
32+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
33+
// "forwardPorts": [],
3434

35-
// Use 'postCreateCommand' to run commands after the container is created.
36-
"postCreateCommand": "pip3 install --user -r requirements-dev.txt && pre-commit install",
35+
// Use 'postCreateCommand' to run commands after the container is created.
36+
"postCreateCommand": "pip3 install --user -r requirements-dev.txt && pre-commit install",
3737

38-
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
39-
"remoteUser": "vscode"
38+
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
39+
"remoteUser": "vscode"
4040
}

0 commit comments

Comments
 (0)