From 5b9bf0e6d4981e1d2b43612302c17b6b792d0c54 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sun, 20 Jul 2014 01:56:59 -0400 Subject: [PATCH] Iniital example text --- lib/squib/project_template/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/squib/project_template/config.yml b/lib/squib/project_template/config.yml index e69de29..3f8fd58 100644 --- a/lib/squib/project_template/config.yml +++ b/lib/squib/project_template/config.yml @@ -0,0 +1,2 @@ +# Settings in the config.yml are overriding Squib's defaults. Anything in the main script will override this. +#dpi: 72 \ No newline at end of file