Skip to content

Commit

Permalink
Increase max line limit from 150 to 180
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Freigang committed Dec 3, 2021
1 parent aed9fa4 commit e5c93dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProjektMOTORCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@

<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="150" />
<property name="absoluteLineLimit" value="150" />
<property name="lineLimit" value="180" />
<property name="absoluteLineLimit" value="180" />
</properties>
</rule>

Expand Down

0 comments on commit e5c93dd

Please sign in to comment.