-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathPolicy.mdpolicy
More file actions
38 lines (38 loc) · 2.22 KB
/
Policy.mdpolicy
File metadata and controls
38 lines (38 loc) · 2.22 KB
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
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<PolicySet name="SimpleWorkflowFramework.NET">
<DotNetNamingPolicy>
<DirectoryNamespaceAssociation>PrefixedHierarchical</DirectoryNamespaceAssociation>
<ResourceNamePolicy>FileName</ResourceNamePolicy>
</DotNetNamingPolicy>
<TextStylePolicy inheritsSet="null" scope="text/x-csharp" />
<CSharpFormattingPolicy inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp">
<IndentSwitchBody>True</IndentSwitchBody>
<IndentBlocksInsideExpressions>True</IndentBlocksInsideExpressions>
<AnonymousMethodBraceStyle>NextLineShifted</AnonymousMethodBraceStyle>
<PropertyBraceStyle>NextLine</PropertyBraceStyle>
<PropertyGetBraceStyle>NextLine</PropertyGetBraceStyle>
<PropertySetBraceStyle>NextLine</PropertySetBraceStyle>
<EventBraceStyle>NextLine</EventBraceStyle>
<EventAddBraceStyle>NextLine</EventAddBraceStyle>
<EventRemoveBraceStyle>NextLine</EventRemoveBraceStyle>
<StatementBraceStyle>NextLine</StatementBraceStyle>
<ElseNewLinePlacement>NewLine</ElseNewLinePlacement>
<CatchNewLinePlacement>NewLine</CatchNewLinePlacement>
<FinallyNewLinePlacement>NewLine</FinallyNewLinePlacement>
<EmbeddedStatementPlacement>DoNotCare</EmbeddedStatementPlacement>
<BeforeMethodDeclarationParentheses>False</BeforeMethodDeclarationParentheses>
<BeforeMethodCallParentheses>False</BeforeMethodCallParentheses>
<BeforeConstructorDeclarationParentheses>False</BeforeConstructorDeclarationParentheses>
<BeforeIndexerDeclarationBracket>False</BeforeIndexerDeclarationBracket>
<BeforeDelegateDeclarationParentheses>False</BeforeDelegateDeclarationParentheses>
<AfterDelegateDeclarationParameterComma>True</AfterDelegateDeclarationParameterComma>
<NewParentheses>False</NewParentheses>
<BeforeSizeOfParentheses>True</BeforeSizeOfParentheses>
<BeforeTypeOfParentheses>True</BeforeTypeOfParentheses>
<SpacesBeforeBrackets>False</SpacesBeforeBrackets>
<SpacesAfterTypecast>True</SpacesAfterTypecast>
<BlankLinesAfterUsings>2</BlankLinesAfterUsings>
<AlignToFirstMethodCallArgument>True</AlignToFirstMethodCallArgument>
<AlignToFirstIndexerArgument>True</AlignToFirstIndexerArgument>
</CSharpFormattingPolicy>
</PolicySet>