<?php
/**
 * Options for the plugin
 *
 * @author Viktor Söderqvist <viktor@zuiderkwast.se>
 */

$conf['style']       = 'super'; // original: 'rightparen';
$conf['stylebottom'] = 'dot'; // original: 'superrightparen';
$conf['amalgamate']  = 'comma'; // original: 'spacecomma';

