Sha256: 903fa12d47df715353a57b689e832a066619eb2657cc86cb3424f502c7db3985

Contents?: true

Size: 676 Bytes

Versions: 6

Compression:

Stored size: 676 Bytes

Contents

# Settings in the config.yml are overriding Squib's defaults. Anything in the main script will override this.

# DPI is used in making PDFs and in unit conversions
# Default: 300
#dpi: 72

# Text hints are used to show the boundaries of text boxes.
# Can be enabled/disabled at the command-level, or set globally with `set`
#text_hint: '#F00'

# Show progress bars on the command line for potentially long-running operations
#progress_bars: true

#Enable some custom colors that can be used in any color
#custom_colors:
#  foo: '#abc'

#For reading image file command (e.g. png and svg), read from this directory instead
#img_dir: img-color
#img_dir: img-bw

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
squib-0.3.0 lib/squib/project_template/config.yml
squib-0.2.0 lib/squib/project_template/config.yml
squib-0.1.0 lib/squib/project_template/config.yml
squib-0.0.6 lib/squib/project_template/config.yml
squib-0.0.5 lib/squib/project_template/config.yml
squib-0.0.4 lib/squib/project_template/config.yml