From e962fd89af865d6e01522e9752f5fbd855ce128a Mon Sep 17 00:00:00 2001 From: Treeki Date: Sat, 5 Mar 2011 05:25:14 +0100 Subject: partially working obj importer. still untested in-game --- NW4RTools.sln | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NW4RTools.sln') 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 -- cgit v1.2.3