setting line length to 120 to match our guidelines
This commit is contained in:
parent
bd08a2ca62
commit
31d3180635
|
|
@ -423,7 +423,7 @@
|
||||||
<Analyzer AnalyzerId="StyleCop.KRules.LineLengthRule">
|
<Analyzer AnalyzerId="StyleCop.KRules.LineLengthRule">
|
||||||
<Rules />
|
<Rules />
|
||||||
<AnalyzerSettings>
|
<AnalyzerSettings>
|
||||||
<IntegerProperty Name="LineLength">125</IntegerProperty>
|
<IntegerProperty Name="LineLength">120</IntegerProperty>
|
||||||
</AnalyzerSettings>
|
</AnalyzerSettings>
|
||||||
</Analyzer>
|
</Analyzer>
|
||||||
</Analyzers>
|
</Analyzers>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue