diff options
author | sr55 <[email protected]> | 2011-06-12 17:06:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-06-12 17:06:14 +0000 |
commit | a9d5ad1ecce4ebc2db6faa561ac16f3911fa7560 (patch) | |
tree | 34eef72bda6dadaf8729e8a989ebcad20211c1fa /win/CS/HandBrake.Interop/HandBrakeInterop | |
parent | bb449d4cbea9f58f25b52af6b345a2753e66836d (diff) |
Win: Add a stylecop settings file to the Interop project.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4048 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Settings.StyleCop | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Settings.StyleCop b/win/CS/HandBrake.Interop/HandBrakeInterop/Settings.StyleCop new file mode 100644 index 000000000..7e29cf42a --- /dev/null +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Settings.StyleCop @@ -0,0 +1,14 @@ +<StyleCopSettings Version="105">
+ <Analyzers>
+ <Analyzer AnalyzerId="StyleCop.CSharp.SpacingRules">
+ <Rules>
+ <Rule Name="TabsMustNotBeUsed">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
+ </Rules>
+ <AnalyzerSettings />
+ </Analyzer>
+ </Analyzers>
+</StyleCopSettings>
\ No newline at end of file |