Browse Source

Merge pull request #220 from theshka/master

fix crazy tabs/spacing
theshka 10 years ago
parent
commit
11d4f7cab3
1 changed files with 12 additions and 12 deletions
  1. 12 12
      config.php.template

+ 12 - 12
config.php.template

@@ -17,26 +17,26 @@
 /*
  * BASIC
  */
-// $config['site_title'] = 'Pico';			          // Site title
-// $config['base_url'] = ''; 				              // Override base URL (e.g. http://example.com)
+// $config['site_title'] = 'Pico';              // Site title
+// $config['base_url'] = '';                    // Override base URL (e.g. http://example.com)
 
 /*
  * THEME
  */
-// $config['theme'] = 'default'; 			            // Set the theme (defaults to "default")
-// $config['twig_config'] = array(			          // Twig settings
-//	'cache' => false,					                    // To enable Twig caching change this to CACHE_DIR
-//	'autoescape' => false,				                // Autoescape Twig vars
-//	'debug' => false					                    // Enable Twig debug
+// $config['theme'] = 'default';                // Set the theme (defaults to "default")
+// $config['twig_config'] = array(              // Twig settings
+//	'cache' => false,	                // To enable Twig caching change this to CACHE_DIR
+//	'autoescape' => false,                  // Autoescape Twig vars
+//	'debug' => false                        // Enable Twig debug
 // );
 
 /*
  * CONTENT
  */
-// $config['date_format'] = 'jS M Y';		          // Set the PHP date format
-// $config['pages_order_by'] = 'alpha';	          // Order pages by "alpha" or "date"
-// $config['pages_order'] = 'asc';			          // Order pages "asc" or "desc"
-// $config['excerpt_length'] = 50;			          // The pages excerpt length (in words)
+// $config['date_format'] = 'jS M Y';             // Set the PHP date format
+// $config['pages_order_by'] = 'alpha';           // Order pages by "alpha" or "date"
+// $config['pages_order'] = 'asc';                // Order pages "asc" or "desc"
+// $config['excerpt_length'] = 50;                // The pages excerpt length (in words)
 // $config['content_dir'] = 'content-sample/';    // Content directory
 
 /*
@@ -47,4 +47,4 @@
 /*
  * CUSTOM
  */
-// $config['custom_setting'] = 'Hello'; 	        // Can be accessed by {{ config.custom_setting }} in a theme
+// $config['custom_setting'] = 'Hello';           // Can be accessed by {{ config.custom_setting }} in a theme