Author: Garrett W. (garrettw)
Committer: Derick Rethans (derickr)
Date: 2025-07-31T17:45:27+01:00

Commit: 
https://github.com/php/web-php/commit/b53f8f1b82b5b81cc35ba7552dae194733480d9c
Raw diff: 
https://github.com/php/web-php/commit/b53f8f1b82b5b81cc35ba7552dae194733480d9c.diff

stupid tabs..

Changed paths:
  M  .devcontainer/devcontainer.json


Diff:

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index d1411c2902..de7a2802ee 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -31,9 +31,9 @@
     // Use 'postCreateCommand' to run commands after the container is created.
     "postCreateCommand": "sudo .devcontainer/post-create.sh && sudo chmod a+x 
\"$(pwd)\" && sudo ln -s \"$(pwd)\" /var/www/html",
     "waitFor": "postCreateCommand",
-       "postAttachCommand": {
-               "Server": "apache2ctl start"
-       }
+    "postAttachCommand": {
+        "Server": "apache2ctl start"
+    }
 
     // Uncomment to connect as root instead. More info: 
https://aka.ms/dev-containers-non-root.
     // "remoteUser": "root"

Reply via email to