From 3a0c33c5cfe143d89945c4798e4da61cacfe2d28 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 20 Feb 2013 18:03:07 +0000 Subject: [PATCH] treeType setting added --- lib/config-template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config-template.php b/lib/config-template.php index 595b6e1..980fd87 100644 --- a/lib/config-template.php +++ b/lib/config-template.php @@ -27,6 +27,7 @@ $ICEcoder = array( "lineWrapping" => true, "tabWidth" => 4, "previousFiles" => "", -"last10Files" => "" +"last10Files" => "", +"treeType" => "full" ); ?> \ No newline at end of file