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