From 03d047298fbb29d2635afde2d9946446ea449c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Tue, 15 May 2018 11:10:21 +0200 Subject: [PATCH] 4 spaces instead of 2 in YAML files --- .../tdbm-bundle/5.0/config/packages/tdbm.yaml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/thecodingmachine/tdbm-bundle/5.0/config/packages/tdbm.yaml b/thecodingmachine/tdbm-bundle/5.0/config/packages/tdbm.yaml index 6422a614..da70e810 100644 --- a/thecodingmachine/tdbm-bundle/5.0/config/packages/tdbm.yaml +++ b/thecodingmachine/tdbm-bundle/5.0/config/packages/tdbm.yaml @@ -1,18 +1,18 @@ tdbm: - bean_namespace: App\Beans - dao_namespace: App\Daos + bean_namespace: App\Beans + dao_namespace: App\Daos ## Uncomment the naming section if you want to customize the names of the generated classes / beans -# naming: -# bean_prefix: "" -# bean_suffix: "" -# base_bean_prefix: Abstract -# base_bean_suffix: "" -# dao_prefix: "" -# dao_suffix: Dao -# base_dao_prefix: Abstract -# base_dao_suffix: Dao +# naming: +# bean_prefix: "" +# bean_suffix: "" +# base_bean_prefix: Abstract +# base_bean_suffix: "" +# dao_prefix: "" +# dao_suffix: Dao +# base_dao_prefix: Abstract +# base_dao_suffix: Dao ## Exceptions are used to transform a table name (the key) into a bean name (the value) ## Very useful if your database table names are not in english (as TDBM will try to turn plural table names into singular bean names) -# exceptions: -# chevaux: Cheval +# exceptions: +# chevaux: Cheval