Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: visual_studio/NativeClientVSAddIn/UnitTests/Settings.StyleCop

Issue 11085093: Remove windows lines endings (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <StyleCopSettings Version="105"> 1 <StyleCopSettings Version="105">
2 <Analyzers> 2 <Analyzers>
3 <Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules"> 3 <Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
4 <Rules> 4 <Rules>
5 <Rule Name="FileMustHaveHeader"> 5 <Rule Name="FileMustHaveHeader">
6 <RuleSettings> 6 <RuleSettings>
7 <BooleanProperty Name="Enabled">False</BooleanProperty> 7 <BooleanProperty Name="Enabled">False</BooleanProperty>
8 </RuleSettings> 8 </RuleSettings>
9 </Rule> 9 </Rule>
10 <Rule Name="FileHeaderMustShowCopyright"> 10 <Rule Name="FileHeaderMustShowCopyright">
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 <Rule Name="PrefixCallsCorrectly"> 60 <Rule Name="PrefixCallsCorrectly">
61 <RuleSettings> 61 <RuleSettings>
62 <BooleanProperty Name="Enabled">False</BooleanProperty> 62 <BooleanProperty Name="Enabled">False</BooleanProperty>
63 </RuleSettings> 63 </RuleSettings>
64 </Rule> 64 </Rule>
65 </Rules> 65 </Rules>
66 <AnalyzerSettings /> 66 <AnalyzerSettings />
67 </Analyzer> 67 </Analyzer>
68 </Analyzers> 68 </Analyzers>
69 </StyleCopSettings> 69 </StyleCopSettings>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698