Pattern: Invalid end of line character
Issue: -
This rule ensures that files use a specific line ending, which can be customised by setting the eolChar
property.
<rule ref="Generic.Files.LineEndings">
<properties>
<property name="eolChar" value="\r\n" />
</properties>
</rule>