diff options
author | randomengy <[email protected]> | 2011-06-12 17:59:38 +0000 |
---|---|---|
committer | randomengy <[email protected]> | 2011-06-12 17:59:38 +0000 |
commit | 7b7cac3dce2ccefbe9ad4f66d60eabf75a36a0a3 (patch) | |
tree | b8556e38c18cbc83ea522680853b3c282234fdf9 /win | |
parent | 61bd85d1ef395a8990152a9c59ac38b8016989c4 (diff) |
Updating StyleCop settings in HandBrakeInterop to allow tabs.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4050 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Settings.StyleCop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Settings.StyleCop b/win/CS/HandBrake.Interop/HandBrakeInterop/Settings.StyleCop index 7e29cf42a..019a50ed6 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Settings.StyleCop +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Settings.StyleCop @@ -1,6 +1,6 @@ -<StyleCopSettings Version="105">
+<StyleCopSettings Version="4.3">
<Analyzers>
- <Analyzer AnalyzerId="StyleCop.CSharp.SpacingRules">
+ <Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.SpacingRules">
<Rules>
<Rule Name="TabsMustNotBeUsed">
<RuleSettings>
|