mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
fix: Disabled short open tags.
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
inputs@{ self
|
inputs@{ self
|
||||||
, flake-parts
|
, flake-parts
|
||||||
, nixpkgs
|
, nixpkgs
|
||||||
|
, nixpkgs-unstable
|
||||||
, process-compose-flake
|
, process-compose-flake
|
||||||
, treefmt-nix
|
, treefmt-nix
|
||||||
}:
|
}:
|
||||||
@@ -36,6 +37,9 @@
|
|||||||
xdebug
|
xdebug
|
||||||
]));
|
]));
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
; Disable short tags
|
||||||
|
short_open_tag = off
|
||||||
|
|
||||||
; xdebug 3
|
; xdebug 3
|
||||||
xdebug.mode=debug
|
xdebug.mode=debug
|
||||||
xdebug.client_port=9000
|
xdebug.client_port=9000
|
||||||
|
|||||||
Reference in New Issue
Block a user