diff options
Diffstat (limited to 'NW4RTools.sln')
-rw-r--r-- | NW4RTools.sln | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NW4RTools.sln b/NW4RTools.sln index eb42975..224f5e3 100644 --- a/NW4RTools.sln +++ b/NW4RTools.sln @@ -38,11 +38,12 @@ Global $3.MethodBraceStyle = EndOfLine
$3.ConstructorBraceStyle = EndOfLine
$3.DestructorBraceStyle = EndOfLine
- $3.BeforeMethodCallParentheses = False
$3.BeforeMethodDeclarationParentheses = False
+ $3.BeforeMethodCallParentheses = False
$3.BeforeConstructorDeclarationParentheses = False
$3.BeforeDelegateDeclarationParentheses = False
$3.NewParentheses = False
+ $3.SpacesBeforeBrackets = False
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
|