Skip to content

Commit

Permalink
Added rule to ignore EOL character differences.
Browse files Browse the repository at this point in the history
  • Loading branch information
peiche committed Oct 31, 2023
1 parent 91e59ac commit 47ccaa3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@
</property>
</properties>
</rule>

<!-- Ignore EOL character differnces. -->
<rule ref="Generic.Files.LineEndings">
<exclude name="Generic.Files.LineEndings.InvalidEOLChar"/>
</rule>
</ruleset>

0 comments on commit 47ccaa3

Please sign in to comment.