Sorting lines

dev
Andy Meneely 2015-02-28 09:33:27 -05:00
parent c27aea1254
commit b5016f90c0
1 changed files with 4 additions and 4 deletions

View File

@ -63,14 +63,14 @@ module Squib
# #
# @api public # @api public
CONFIG_DEFAULTS = { CONFIG_DEFAULTS = {
'backend' => 'memory',
'count_format' => SYSTEM_DEFAULTS[:count_format],
'custom_colors' => {}, 'custom_colors' => {},
'dir' => SYSTEM_DEFAULTS[:dir],
'dpi' => 300, 'dpi' => 300,
'hint' => :none, 'hint' => :none,
'progress_bar' => false,
'img_dir' => '.', 'img_dir' => '.',
'dir' => SYSTEM_DEFAULTS[:dir], 'progress_bar' => false,
'backend' => 'memory',
'count_format' => SYSTEM_DEFAULTS[:count_format]
} }
# These are parameters that are intended to be "expanded" across # These are parameters that are intended to be "expanded" across