1<?php
2/**
3 * Default settings for the syntaxhighlighter4 plugin.
4 *
5 * @author CrazyMax <contact@crazymax.dev>
6 */
7
8$conf['theme'] = 'theme-default.css';
9
10// defaults
11$conf['autoLinks'] = 1;
12$conf['firstLine'] = 1;
13$conf['gutter'] = 1;
14$conf['htmlScript'] = 0;
15$conf['smartTabs'] = 1;
16$conf['tabSize'] = 4;
17$conf['override'] = '';
18