Fixes indents and ending newlines

This commit is contained in:
damienharper
2019-01-15 18:46:42 +01:00
parent a2ed793131
commit 030f3b07b5
2 changed files with 8 additions and 8 deletions
@@ -7,4 +7,4 @@ dh_doctrine_audit:
# MyBundle\Entity\MyAuditedEntity2:
# ignored_columns: # properties ignored by the audit process
# - createdAt
# - updatedAt
# - updatedAt
@@ -1,8 +1,8 @@
{
"bundles": {
"DH\\DoctrineAuditBundle\\DHDoctrineAuditBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
"bundles": {
"DH\\DoctrineAuditBundle\\DHDoctrineAuditBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}