From 7db745267fce918a3e8233386b1b6ec71cea68c0 Mon Sep 17 00:00:00 2001 From: Aske Ertmann Date: Fri, 20 Jan 2017 14:21:39 -0500 Subject: [PATCH] TASK: Remove trailing whitespace from settings configuration --- Configuration/Settings.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration/Settings.yaml b/Configuration/Settings.yaml index 846f2b8..b340c69 100644 --- a/Configuration/Settings.yaml +++ b/Configuration/Settings.yaml @@ -20,7 +20,7 @@ MOC: arguments: "${'-o' + optimizationLevel + ' -strip all -out ' + file + ' ' + file}" parameters: optimizationLevel: 2 # optimization level (0-7) - + 'image/gif': enabled: true useGlobalBinary: false # use globally installed binary for the gif library instead @@ -29,11 +29,11 @@ MOC: arguments: "${'--batch -O' + optimizationLevel + ' ' + file}" parameters: optimizationLevel: 2 # optimization level (1-3) - + 'image/svg+xml': enabled: true useGlobalBinary: false # use globally installed binary for the svg library instead - library: 'svgo' + library: 'svgo' binaryPath: 'svgo/bin/svgo' arguments: "${(pretty ? '--pretty ' : '') + file}" parameters: