fix tabs instead of spaces for MonoDevelop >= 4.2

This commit is contained in:
Matthias Mailänder
2013-11-30 17:52:13 +01:00
parent 0fe839add0
commit 152c5d2049

View File

@@ -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