~ubuntu-branches/ubuntu/vivid/monodevelop/vivid-proposed

« back to all changes in this revision

Viewing changes to src/addins/CSharpBinding/MonoDevelop.CSharp.Formatting/policies/SharpDevelopCSharpPolicy.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2014-10-09 14:09:23 UTC
  • mfrom: (10.3.5)
  • Revision ID: package-import@ubuntu.com-20141009140923-s0d22u5f9kg8jvds
Tags: 5.5.0.227-1
* [b2c8331] Imported Upstream version 5.5.0.227 (Closes: #754316)
* [d210995] Delete obsolete patches
* [1b59ae1] Clear patch fizz, via quilt refresh
* [3dd147d] Fix error in configure.in which applies for tarball builds but 
  not git builds when running autoreconf
* [21c2a57] Remove Metacity references for good
* [3331661] Ensure NUnit 2.6.3 is installed
* [fd85c88] Build-depend on NuGet
* [a1ae116] Add WebKit to build dependencies, for Xwt moduleref resolution
* [9b4cf12] Since the GDB addin is integrated now, declare it in 
  debian/control
* [6231562] Correct NUnit links
* [3d2b693] Fix NuGet addin, by copying libs locally
* [74bf9a8] Don't symlink unused Mocks NUnit assembly
* [ade52b2] Ensure IKVM.Reflection is built with default (4.5) profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        <IndentSwitchBody>True</IndentSwitchBody>
40
40
        <IndentCaseBody>True</IndentCaseBody>
41
41
        <IndentBreakStatements>True</IndentBreakStatements>
42
 
        <AlignEmbeddedUsingStatements>True</AlignEmbeddedUsingStatements>
43
 
        <AlignEmbeddedIfStatements>True</AlignEmbeddedIfStatements>
44
 
        <PropertyFormatting>AllowOneLine</PropertyFormatting>
 
42
        <AlignEmbeddedStatements>True</AlignEmbeddedStatements>
 
43
        <SimplePropertyFormatting>AllowOneLine</SimplePropertyFormatting>
 
44
        <AutoPropertyFormatting>AllowOneLine</AutoPropertyFormatting>
45
45
        <NamespaceBraceStyle>NextLine</NamespaceBraceStyle>
46
46
        <ClassBraceStyle>NextLine</ClassBraceStyle>
47
47
        <InterfaceBraceStyle>NextLine</InterfaceBraceStyle>
54
54
        <PropertyBraceStyle>EndOfLine</PropertyBraceStyle>
55
55
        <PropertyGetBraceStyle>EndOfLine</PropertyGetBraceStyle>
56
56
        <PropertySetBraceStyle>EndOfLine</PropertySetBraceStyle>
57
 
        <AllowPropertyGetBlockInline>True</AllowPropertyGetBlockInline>
58
 
        <AllowPropertySetBlockInline>True</AllowPropertySetBlockInline>
 
57
        <SimpleGetBlockFormatting>AllowOneLine</SimpleGetBlockFormatting>
 
58
        <SimpleSetBlockFormatting>AllowOneLine</SimpleSetBlockFormatting>
59
59
        <EventBraceStyle>EndOfLine</EventBraceStyle>
60
60
        <EventAddBraceStyle>EndOfLine</EventAddBraceStyle>
61
61
        <EventRemoveBraceStyle>EndOfLine</EventRemoveBraceStyle>
64
64
        <StatementBraceStyle>EndOfLine</StatementBraceStyle>
65
65
        <AllowIfBlockInline>False</AllowIfBlockInline>
66
66
        <ElseNewLinePlacement>SameLine</ElseNewLinePlacement>
67
 
        <ElseIfNewLinePlacement>DoNotCare</ElseIfNewLinePlacement>
 
67
        <ElseIfNewLinePlacement>SameLine</ElseIfNewLinePlacement>
68
68
        <CatchNewLinePlacement>SameLine</CatchNewLinePlacement>
69
69
        <FinallyNewLinePlacement>SameLine</FinallyNewLinePlacement>
70
70
        <WhileNewLinePlacement>SameLine</WhileNewLinePlacement>
90
90
        <BeforeConstructorDeclarationParameterComma>False</BeforeConstructorDeclarationParameterComma>
91
91
        <AfterConstructorDeclarationParameterComma>True</AfterConstructorDeclarationParameterComma>
92
92
        <WithinConstructorDeclarationParentheses>False</WithinConstructorDeclarationParentheses>
 
93
        <NewLineBeforeConstructorInitializerColon>NewLine</NewLineBeforeConstructorInitializerColon>
 
94
        <NewLineAfterConstructorInitializerColon>SameLine</NewLineAfterConstructorInitializerColon>
93
95
        <BeforeIndexerDeclarationBracket>True</BeforeIndexerDeclarationBracket>
94
96
        <WithinIndexerDeclarationBracket>False</WithinIndexerDeclarationBracket>
95
97
        <BeforeIndexerDeclarationParameterComma>False</BeforeIndexerDeclarationParameterComma>
155
157
        <BlankLinesBetweenFields>0</BlankLinesBetweenFields>
156
158
        <BlankLinesBetweenEventFields>0</BlankLinesBetweenEventFields>
157
159
        <BlankLinesBetweenMembers>1</BlankLinesBetweenMembers>
 
160
        <BlankLinesInsideRegion>1</BlankLinesInsideRegion>
 
161
        <BlankLinesAroundRegion>1</BlankLinesAroundRegion>
 
162
        <IndentPreprocessorDirectives>True</IndentPreprocessorDirectives>
 
163
        <IndentBlocksInsideExpressions>False</IndentBlocksInsideExpressions>
158
164
</CSharpFormattingPolicy>
 
 
b'\\ No newline at end of file'