From 39251ed68ef848a4857539b878d20845f9ab2614 Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Mon, 4 Dec 2017 16:41:16 +0100 Subject: [PATCH] 4 spaces instead of 2 --- rokka/client-bundle/1.0/manifest.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/rokka/client-bundle/1.0/manifest.json b/rokka/client-bundle/1.0/manifest.json index a1fb4886..d14d448e 100644 --- a/rokka/client-bundle/1.0/manifest.json +++ b/rokka/client-bundle/1.0/manifest.json @@ -1,14 +1,14 @@ { - "bundles": { - "\\Rokka\\RokkaClientBundle\\RokkaClientBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "env": { - "#1": "Get your API key form https://rokka.io/", - "ROKKA_API_KEY": "API_KEY_replace_me", - "ROKKA_API_SECRET": "API_SECRET_replace_me", - "ROKKA_ORGANIZATION": "ROKKA_ORG_replace_me" - } -} \ No newline at end of file + "bundles": { + "\\Rokka\\RokkaClientBundle\\RokkaClientBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Get your API key form https://rokka.io/", + "ROKKA_API_KEY": "API_KEY_replace_me", + "ROKKA_API_SECRET": "API_SECRET_replace_me", + "ROKKA_ORGANIZATION": "ROKKA_ORG_replace_me" + } +}