summaryrefslogtreecommitdiffstats
path: root/tools/StyleCop/Settings.StyleCop
diff options
context:
space:
mode:
Diffstat (limited to 'tools/StyleCop/Settings.StyleCop')
-rw-r--r--tools/StyleCop/Settings.StyleCop21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/StyleCop/Settings.StyleCop b/tools/StyleCop/Settings.StyleCop
new file mode 100644
index 0000000..8be9507
--- /dev/null
+++ b/tools/StyleCop/Settings.StyleCop
@@ -0,0 +1,21 @@
+<StyleCopSettings Version="4.3">
+ <Analyzers>
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.NamingRules">
+ <AnalyzerSettings>
+ <CollectionProperty Name="Hungarian">
+ <Value>as</Value>
+ <Value>do</Value>
+ <Value>id</Value>
+ <Value>if</Value>
+ <Value>in</Value>
+ <Value>is</Value>
+ <Value>my</Value>
+ <Value>no</Value>
+ <Value>on</Value>
+ <Value>to</Value>
+ <Value>ui</Value>
+ </CollectionProperty>
+ </AnalyzerSettings>
+ </Analyzer>
+ </Analyzers>
+</StyleCopSettings> \ No newline at end of file