<?php
/**
 * Default settings for the syntaxhighlighter4 plugin.
 *
 * @author CrazyMax <contact@crazymax.dev>
 */

$conf['theme'] = 'theme-default.css';

// defaults
$conf['autoLinks'] = 1;
$conf['firstLine'] = 1;
$conf['gutter'] = 1;
$conf['htmlScript'] = 0;
$conf['smartTabs'] = 1;
$conf['tabSize'] = 4;
$conf['override'] = '';
