From f6c3ff82ce76e9c22a73e098aba26486c95b6fec Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Fri, 6 Jan 2012 16:48:28 +0100 Subject: [PATCH] add a service configuration file --- config/service.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/service.yml diff --git a/config/service.yml b/config/service.yml new file mode 100644 index 0000000000..0e510e4f85 --- /dev/null +++ b/config/service.yml @@ -0,0 +1,7 @@ +#Twig services options +twig: + options: + charset: utf-8 + strict_variables: true + autoescape: true + optimizer: true \ No newline at end of file