[svn]
r7796: vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs
kliss
svnadmin at nemerle.org
Tue Sep 11 02:17:30 CEST 2007
Log:
Disable smart indentation style until better times come :-)
Author: kliss
Date: Tue Sep 11 02:17:27 2007
New Revision: 7796
Modified:
vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs
Modified: vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/LanguageService/NemerleLanguageService.cs Tue Sep 11 02:17:27 2007
@@ -1000,7 +1000,7 @@
// TODO: Find out how to enable "Smart" radio option in
// Tools->Options->Text editor->Nemerle->Tabs
- _preferences.IndentStyle = IndentingStyle.Smart;
+ //_preferences.IndentStyle = IndentingStyle.Smart;
#if DEBUG
//VladD2: Switch on synchronous mode for debugging purpose!
More information about the svn
mailing list