setting line length to 120 to match our guidelines

This commit is contained in:
Ryan Nowak 2014-06-06 11:08:26 -07:00
Родитель bd08a2ca62
Коммит 31d3180635
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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