AbstractSettingsApplication.st
changeset 17857 54f9e94faf82
parent 17842 51877843555f
child 17904 67216f3b83ea
--- a/AbstractSettingsApplication.st	Wed Dec 20 09:36:52 2017 +0100
+++ b/AbstractSettingsApplication.st	Wed Dec 20 20:36:23 2017 +0100
@@ -5252,7 +5252,7 @@
 
 autoIndentInCodeView
     autoIndentInCodeView isNil ifTrue:[
-        autoIndentInCodeView := false asValue.
+        autoIndentInCodeView := true asValue.
         autoIndentInCodeView onChangeSend:#updateModifiedChannel to:self.
     ].
     ^ autoIndentInCodeView.