fix: Disabled short open tags.

This commit is contained in:
Spencer Brower
2025-03-28 12:04:31 -04:00
parent 1fa4e327b5
commit 7656df211f

View File

@@ -18,6 +18,7 @@
inputs@{ self
, flake-parts
, nixpkgs
, nixpkgs-unstable
, process-compose-flake
, treefmt-nix
}:
@@ -36,6 +37,9 @@
xdebug
]));
extraConfig = ''
; Disable short tags
short_open_tag = off
; xdebug 3
xdebug.mode=debug
xdebug.client_port=9000