mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
14 lines
537 B
XML
14 lines
537 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<additionalHeaders>
|
||
|
<xml-header-style>
|
||
|
<firstLine><![CDATA[<!--EOL]]></firstLine>
|
||
|
<beforeEachLine>	</beforeEachLine>
|
||
|
<endLine><![CDATA[EOL-->]]></endLine>
|
||
|
<skipLine><![CDATA[^<\?xml.*>$]]></skipLine>
|
||
|
<firstLineDetectionPattern><![CDATA[(\s|\t)*<!--.*$]]></firstLineDetectionPattern>
|
||
|
<lastLineDetectionPattern><![CDATA[.*-->(\s|\t)*$]]></lastLineDetectionPattern>
|
||
|
<allowBlankLines>true</allowBlankLines>
|
||
|
<isMultiline>true</isMultiline>
|
||
|
</xml-header-style>
|
||
|
</additionalHeaders>
|