From 152c5d20492af6f18bb65d2f16998527919d0fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 30 Nov 2013 17:52:13 +0100 Subject: [PATCH] fix tabs instead of spaces for MonoDevelop >= 4.2 --- OpenRA.sln | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/OpenRA.sln b/OpenRA.sln index b343c4d9ec..d1d5dcbd60 100644 --- a/OpenRA.sln +++ b/OpenRA.sln @@ -227,16 +227,22 @@ Global $3.inheritsScope = text/x-csharp $3.scope = text/x-csharp $0.TextStylePolicy = $4 + $4.TabsToSpaces = False + $4.NoTabsAfterNonTabs = True $4.inheritsSet = VisualStudio $4.inheritsScope = text/plain $4.scope = text/plain $0.TextStylePolicy = $5 - $5.inheritsSet = null + $5.NoTabsAfterNonTabs = True + $5.inheritsSet = Mono + $5.inheritsScope = text/plain $5.scope = text/microsoft-resx $0.XmlFormattingPolicy = $6 - $6.inheritsSet = null + $6.inheritsSet = Mono + $6.inheritsScope = application/xml $6.scope = text/microsoft-resx $0.TextStylePolicy = $7 + $7.NoTabsAfterNonTabs = True $7.inheritsSet = Mono $7.inheritsScope = text/plain $7.scope = application/xml