From 9ba4bb5a5643e1af5b61651aa3cdc4fac377bced Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 14 Aug 2015 11:48:13 +0200 Subject: [PATCH] Comment framework.ide setting --- app/config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/config.yml b/app/config/config.yml index 1f4417809..842345a5a 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -24,7 +24,7 @@ framework: # Supported values are 'textmate', 'macvim', 'emacs' and 'sublime' shortcuts # and any custom configuration string, such as: "phpstorm://open?file=%%f&line=%%l" # See http://symfony.com/doc/current/reference/configuration/framework.html#ide - ide: sublime + #ide: sublime # esi: ~ translator: { fallback: "%locale%" }