7 changed files with 39 additions and 15 deletions
@ -1,2 +1,11 @@ |
|||||||
# Settings in the config.yml are overriding Squib's defaults. Anything in the main script will override this. |
# 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 |
||||||
#dpi: 72 |
#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 |
||||||
|
|||||||
@ -1,3 +1,3 @@ |
|||||||
dpi: 300 |
dpi: 300 |
||||||
progress_bar: true |
progress_bars: true |
||||||
hint: '#FF0000' |
text_hint: '#FF0000' |
||||||
Loading…
Reference in new issue