Skip to content

Commit

Permalink
Style: Format devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bünyamin Olgun committed Dec 1, 2024
1 parent 9eea0b9 commit 64cfb2a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Immich",
"name": "Immich",
"service": "immich-devcontainer",
"dockerComposeFile": [
"docker-compose.yml",
"../docker/docker-compose.dev.yml"
],
"customizations": {
"vscode": {
"customizations": {
"vscode": {
"settings": {
"dart.flutterSdkPath": "/flutter",
"editor.formatOnSave": true,
Expand All @@ -31,20 +31,20 @@
"editor.defaultFormatter": "Dart-Code.dart-code"
}
},
"extensions": [
"extensions": [
"Dart-Code.dart-code",
"Dart-Code.flutter",
"dbaeumer.vscode-eslint",
"dbaeumer.vscode-eslint",
"dcmdev.dcm-vscode-extension",
"esbenp.prettier-vscode",
"svelte.svelte-vscode"
]
}
},
"forwardPorts": [],
"initializeCommand": "bash .devcontainer/scripts/initializeCommand.sh",
"onCreateCommand": "bash .devcontainer/scripts/onCreateCommand.sh",
"overrideCommand": true,
"svelte.svelte-vscode"
]
}
},
"forwardPorts": [],
"initializeCommand": "bash .devcontainer/scripts/initializeCommand.sh",
"onCreateCommand": "bash .devcontainer/scripts/onCreateCommand.sh",
"overrideCommand": true,
"workspaceFolder": "/immich",
"remoteUser": "node"
}

0 comments on commit 64cfb2a

Please sign in to comment.