# HG changeset patch # User IBBoard # Date 1299703535 0 # Node ID f7e02b1d96e15cb3ec77fbcf5ae322fb8282fbff # Parent 41e82ba675dcd51d7a019ceb431bf3417ea97096 * Add code formatting policy no-open-ticket diff -r 41e82ba675dc -r f7e02b1d96e1 IBBoard.WarFoundry.GUI.GTK.sln --- a/IBBoard.WarFoundry.GUI.GTK.sln Mon Feb 28 21:10:18 2011 +0000 +++ b/IBBoard.WarFoundry.GUI.GTK.sln Wed Mar 09 20:45:35 2011 +0000 @@ -76,5 +76,41 @@ EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = IBBoard.WarFoundry.GUI.GTK.csproj + Policies = $0 + $0.TextStylePolicy = $1 + $1.inheritsSet = null + $1.scope = text/x-csharp + $0.CSharpFormattingPolicy = $2 + $2.IndentSwitchBody = True + $2.AnonymousMethodBraceStyle = NextLine + $2.PropertyBraceStyle = NextLine + $2.PropertyGetBraceStyle = NextLine + $2.PropertySetBraceStyle = NextLine + $2.EventBraceStyle = NextLine + $2.EventAddBraceStyle = NextLine + $2.EventRemoveBraceStyle = NextLine + $2.StatementBraceStyle = NextLine + $2.IfElseBraceForcement = AddBraces + $2.ForBraceForcement = AddBraces + $2.WhileBraceForcement = AddBraces + $2.UsingBraceForcement = AddBraces + $2.FixedBraceForcement = AddBraces + $2.PlaceElseOnNewLine = True + $2.PlaceCatchOnNewLine = True + $2.PlaceFinallyOnNewLine = True + $2.PlaceWhileOnNewLine = True + $2.PlaceArrayInitializersOnNewLine = AlwaysNewLine + $2.BeforeMethodDeclarationParentheses = False + $2.BeforeMethodCallParentheses = False + $2.BeforeConstructorDeclarationParentheses = False + $2.AfterConstructorDeclarationParameterComma = True + $2.BeforeIndexerDeclarationBracket = False + $2.BeforeDelegateDeclarationParentheses = False + $2.AfterDelegateDeclarationParameterComma = True + $2.NewParentheses = False + $2.SpacesBeforeBrackets = False + $2.inheritsSet = Mono + $2.inheritsScope = text/x-csharp + $2.scope = text/x-csharp EndGlobalSection EndGlobal