comparison IBBoard.WarFoundry.GUI.GTK.sln @ 163:a8f847c1e305

Random MonoDevelop code cleanup
author IBBoard <dev@ibboard.co.uk>
date Sun, 05 Aug 2012 21:01:18 +0100
parents 3c9b47bf8028
children
comparison
equal deleted inserted replaced
162:354c1d2ad086 163:a8f847c1e305
81 $2.IfElseBraceForcement = AddBraces 81 $2.IfElseBraceForcement = AddBraces
82 $2.ForBraceForcement = AddBraces 82 $2.ForBraceForcement = AddBraces
83 $2.WhileBraceForcement = AddBraces 83 $2.WhileBraceForcement = AddBraces
84 $2.UsingBraceForcement = AddBraces 84 $2.UsingBraceForcement = AddBraces
85 $2.FixedBraceForcement = AddBraces 85 $2.FixedBraceForcement = AddBraces
86 $2.PlaceElseOnNewLine = True 86 $2.ElseNewLinePlacement = NewLine
87 $2.PlaceCatchOnNewLine = True 87 $2.ElseIfNewLinePlacement = SameLine
88 $2.PlaceFinallyOnNewLine = True 88 $2.CatchNewLinePlacement = NewLine
89 $2.PlaceWhileOnNewLine = True 89 $2.FinallyNewLinePlacement = NewLine
90 $2.PlaceArrayInitializersOnNewLine = AlwaysNewLine
91 $2.BeforeMethodDeclarationParentheses = False 90 $2.BeforeMethodDeclarationParentheses = False
92 $2.BeforeMethodCallParentheses = False 91 $2.BeforeMethodCallParentheses = False
93 $2.BeforeConstructorDeclarationParentheses = False 92 $2.BeforeConstructorDeclarationParentheses = False
94 $2.BeforeIndexerDeclarationBracket = False 93 $2.BeforeIndexerDeclarationBracket = False
95 $2.BeforeDelegateDeclarationParentheses = False 94 $2.BeforeDelegateDeclarationParentheses = False
99 $2.inheritsSet = Mono 98 $2.inheritsSet = Mono
100 $2.inheritsScope = text/x-csharp 99 $2.inheritsScope = text/x-csharp
101 $2.scope = text/x-csharp 100 $2.scope = text/x-csharp
102 $0.TextStylePolicy = $3 101 $0.TextStylePolicy = $3
103 $3.FileWidth = 120 102 $3.FileWidth = 120
104 $3.TabWidth = 4 103 $3.TabsToSpaces = False
105 $3.RemoveTrailingWhitespace = True 104 $3.inheritsSet = VisualStudio
106 $3.inheritsSet = Mono
107 $3.inheritsScope = text/plain 105 $3.inheritsScope = text/plain
108 $3.scope = text/plain 106 $3.scope = text/plain
109 $0.StandardHeader = $4 107 $0.StandardHeader = $4
110 $4.Text = @This file (${FileName}) is a part of the ${ProjectName} project and is copyright ${Year} ${CopyrightHolder}\n\nThe file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license. 108 $4.Text = @This file (${FileName}) is a part of the ${ProjectName} project and is copyright ${Year} ${CopyrightHolder}\n\nThe file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license.
111 $4.IncludeInNewFiles = True 109 $4.IncludeInNewFiles = True