StyleCop clean FieldLoader

remove SA1510 for FileFormats
This commit is contained in:
Matthias Mailänder
2013-08-04 08:31:31 +02:00
parent 4603f0bbf6
commit 5957627fb6
2 changed files with 89 additions and 78 deletions

View File

@@ -252,6 +252,11 @@
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="ChainedStatementBlocksMustNotBePrecededByBlankLine">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
</Rules>
<AnalyzerSettings />
</Analyzer>