setting line length to 120 to match our guidelines

This commit is contained in:
Ryan Nowak 2014-06-06 11:08:26 -07:00
parent bd08a2ca62
commit 31d3180635
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@
<Analyzer AnalyzerId="StyleCop.KRules.LineLengthRule">
<Rules />
<AnalyzerSettings>
<IntegerProperty Name="LineLength">125</IntegerProperty>
<IntegerProperty Name="LineLength">120</IntegerProperty>
</AnalyzerSettings>
</Analyzer>
</Analyzers>