From b5016f90c0ee36e8e7cbf58c2b0540181acf36bc Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sat, 28 Feb 2015 09:33:27 -0500 Subject: [PATCH] Sorting lines --- lib/squib/constants.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/squib/constants.rb b/lib/squib/constants.rb index 87f67ad..8afc749 100644 --- a/lib/squib/constants.rb +++ b/lib/squib/constants.rb @@ -63,14 +63,14 @@ module Squib # # @api public CONFIG_DEFAULTS = { + 'backend' => 'memory', + 'count_format' => SYSTEM_DEFAULTS[:count_format], 'custom_colors' => {}, + 'dir' => SYSTEM_DEFAULTS[:dir], 'dpi' => 300, 'hint' => :none, - 'progress_bar' => false, 'img_dir' => '.', - 'dir' => SYSTEM_DEFAULTS[:dir], - 'backend' => 'memory', - 'count_format' => SYSTEM_DEFAULTS[:count_format] + 'progress_bar' => false, } # These are parameters that are intended to be "expanded" across