Update indentation

This commit is contained in:
Adam Quaile
2017-11-23 11:14:18 +00:00
committed by GitHub
parent d2a626e8d6
commit df1edb77b2
+25 -25
View File
@@ -314,31 +314,31 @@ one used by ``symfony/framework-bundle``:
.. code-block:: json .. code-block:: json
{ {
"bundles": { "bundles": {
"Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle": ["all"] "Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle": ["all"]
}, },
"copy-from-recipe": { "copy-from-recipe": {
"config/": "%CONFIG_DIR%/", "config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%/", "public/": "%PUBLIC_DIR%/",
"src/": "%SRC_DIR%/" "src/": "%SRC_DIR%/"
}, },
"composer-scripts": { "composer-scripts": {
"cache:clear": "symfony-cmd", "cache:clear": "symfony-cmd",
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
}, },
"env": { "env": {
"APP_ENV": "dev", "APP_ENV": "dev",
"APP_DEBUG": "1", "APP_DEBUG": "1",
"APP_SECRET": "%generate(secret)%" "APP_SECRET": "%generate(secret)%"
}, },
"gitignore": [ "gitignore": [
".env", ".env",
"/public/bundles/", "/public/bundles/",
"/var/", "/var/",
"/vendor/" "/vendor/"
] ]
} }
.. _`Symfony Flex`: https://github.com/symfony/flex .. _`Symfony Flex`: https://github.com/symfony/flex
.. _`contrib repository`: https://github.com/symfony/recipes-contrib .. _`contrib repository`: https://github.com/symfony/recipes-contrib
.. _`Symfony Console styles and colors`: https://symfony.com/doc/current/console/coloring.html .. _`Symfony Console styles and colors`: https://symfony.com/doc/current/console/coloring.html