forked from opencog/unity3d-opencog-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenCog.mdpolicy
56 lines (56 loc) · 3.15 KB
/
OpenCog.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<PolicySet name="OpenCog">
<TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
<VersionControlPolicy inheritsSet="Mono" />
<XmlFormattingPolicy inheritsSet="Mono" inheritsScope="application/xml" scope="application/xml" />
<CSharpFormattingPolicy inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp">
<IndentNamespaceBody>False</IndentNamespaceBody>
<AnonymousMethodBraceStyle>NextLine</AnonymousMethodBraceStyle>
<PropertyBraceStyle>NextLine</PropertyBraceStyle>
<PropertyGetBraceStyle>NextLine</PropertyGetBraceStyle>
<PropertySetBraceStyle>NextLine</PropertySetBraceStyle>
<EventBraceStyle>NextLine</EventBraceStyle>
<EventAddBraceStyle>NextLine</EventAddBraceStyle>
<EventRemoveBraceStyle>NextLineShifted2</EventRemoveBraceStyle>
<StatementBraceStyle>NextLine</StatementBraceStyle>
<IfElseBraceForcement>AddBraces</IfElseBraceForcement>
<ForBraceForcement>AddBraces</ForBraceForcement>
<WhileBraceForcement>AddBraces</WhileBraceForcement>
<PlaceElseOnNewLine>True</PlaceElseOnNewLine>
<PlaceElseIfOnNewLine>True</PlaceElseIfOnNewLine>
<PlaceCatchOnNewLine>True</PlaceCatchOnNewLine>
<PlaceFinallyOnNewLine>True</PlaceFinallyOnNewLine>
<PlaceWhileOnNewLine>True</PlaceWhileOnNewLine>
<PlaceArrayInitializersOnNewLine>AlwaysNewLine</PlaceArrayInitializersOnNewLine>
<BeforeMethodDeclarationParentheses>False</BeforeMethodDeclarationParentheses>
<BeforeMethodCallParentheses>False</BeforeMethodCallParentheses>
<BeforeConstructorDeclarationParentheses>False</BeforeConstructorDeclarationParentheses>
<BeforeIndexerDeclarationBracket>False</BeforeIndexerDeclarationBracket>
<BeforeDelegateDeclarationParentheses>False</BeforeDelegateDeclarationParentheses>
<AfterDelegateDeclarationParameterComma>True</AfterDelegateDeclarationParameterComma>
<NewParentheses>False</NewParentheses>
<IfParentheses>False</IfParentheses>
<WhileParentheses>False</WhileParentheses>
<ForParentheses>False</ForParentheses>
<ForeachParentheses>False</ForeachParentheses>
<CatchParentheses>False</CatchParentheses>
<SwitchParentheses>False</SwitchParentheses>
<LockParentheses>False</LockParentheses>
<UsingParentheses>False</UsingParentheses>
<SpacesBeforeBrackets>False</SpacesBeforeBrackets>
<BlankLinesBeforeUsings>1</BlankLinesBeforeUsings>
<BlankLinesBeforeFirstDeclaration>1</BlankLinesBeforeFirstDeclaration>
<BlankLinesBetweenFields>1</BlankLinesBetweenFields>
<BlankLinesBetweenEventFields>1</BlankLinesBetweenEventFields>
</CSharpFormattingPolicy>
<ChangeLogPolicy inheritsSet="Mono" />
<DotNetNamingPolicy>
<DirectoryNamespaceAssociation>Hierarchical</DirectoryNamespaceAssociation>
<ResourceNamePolicy>MSBuild</ResourceNamePolicy>
</DotNetNamingPolicy>
<TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="application/xml" />
<TextStylePolicy inheritsSet="Mono" inheritsScope="text/plain" scope="text/x-csharp">
<TabWidth>2</TabWidth>
<RemoveTrailingWhitespace>True</RemoveTrailingWhitespace>
</TextStylePolicy>
</PolicySet>