forked from prime31/Nez
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nez.Xamarin.Policy.mdpolicy
32 lines (32 loc) · 2.04 KB
/
Nez.Xamarin.Policy.mdpolicy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<PolicySet name="Nez.Xamarin.Policy.mdpolicy">
<TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp">
<FileWidth>120</FileWidth>
<TabsToSpaces>False</TabsToSpaces>
<NoTabsAfterNonTabs>True</NoTabsAfterNonTabs>
</TextStylePolicy>
<CSharpFormattingPolicy inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp">
<IndentSwitchCaseSection>False</IndentSwitchCaseSection>
<NewLinesForBracesInProperties>True</NewLinesForBracesInProperties>
<NewLinesForBracesInAccessors>True</NewLinesForBracesInAccessors>
<NewLinesForBracesInAnonymousMethods>True</NewLinesForBracesInAnonymousMethods>
<NewLinesForBracesInControlBlocks>True</NewLinesForBracesInControlBlocks>
<NewLinesForBracesInAnonymousTypes>True</NewLinesForBracesInAnonymousTypes>
<NewLinesForBracesInObjectCollectionArrayInitializers>True</NewLinesForBracesInObjectCollectionArrayInitializers>
<NewLinesForBracesInLambdaExpressionBody>True</NewLinesForBracesInLambdaExpressionBody>
<NewLineForElse>True</NewLineForElse>
<NewLineForCatch>True</NewLineForCatch>
<NewLineForFinally>True</NewLineForFinally>
<NewLineForMembersInObjectInit>True</NewLineForMembersInObjectInit>
<NewLineForMembersInAnonymousTypes>True</NewLineForMembersInAnonymousTypes>
<NewLineForClausesInQuery>True</NewLineForClausesInQuery>
<SpacingAfterMethodDeclarationName>False</SpacingAfterMethodDeclarationName>
<SpaceWithinMethodDeclarationParenthesis>True</SpaceWithinMethodDeclarationParenthesis>
<SpaceAfterMethodCallName>False</SpaceAfterMethodCallName>
<SpaceWithinMethodCallParentheses>True</SpaceWithinMethodCallParentheses>
<SpaceAfterControlFlowStatementKeyword>False</SpaceAfterControlFlowStatementKeyword>
<SpaceWithinExpressionParentheses>True</SpaceWithinExpressionParentheses>
<SpaceWithinOtherParentheses>True</SpaceWithinOtherParentheses>
<SpaceBeforeOpenSquareBracket>False</SpaceBeforeOpenSquareBracket>
</CSharpFormattingPolicy>
</PolicySet>