Skip to content

Commit

Permalink
TASK: Remove trailing whitespace from settings configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aertmann authored Jan 20, 2017
1 parent 12a1c3c commit 7db7452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 7db7452

Please sign in to comment.