Implement %HTML.AllowedComments and %HTML.AllowedCommentsRegexp
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / Core.NormalizeNewlines.txt
blobd77f5360d7c8dec980fb65d67f9b7c534b28cabb
1 Core.NormalizeNewlines
2 TYPE: bool
3 VERSION: 4.2.0
4 DEFAULT: true
5 --DESCRIPTION--
6 <p>
7     Whether or not to normalize newlines to the operating
8     system default.  When <code>false</code>, HTML Purifier
9     will attempt to preserve mixed newline files.
10 </p>
11 --# vim: et sw=4 sts=4