<?php
/*
 * Linebreak plugin, default configuration settings
 *
 * @author    Christopher Smith <chris@jalakai.co.uk>
 */
$conf['automatic'] = true;  // apply to all wiki pages automatically
$conf['in_quotes'] = true;  // apply within DokuWiki's quote syntax mode

