1<?php
2/**
3 * Options for the plugin
4 *
5 * @author Viktor Söderqvist <viktor@zuiderkwast.se>
6 */
7
8$conf['style']       = 'super'; // original: 'rightparen';
9$conf['stylebottom'] = 'dot'; // original: 'superrightparen';
10$conf['amalgamate']  = 'comma'; // original: 'spacecomma';
11
12