Indent Long Keywords in Cascades to All
If this option is enabled, long keywords are indented if they are cascaded.
OFF
(do not indent long keywords in cascades)
self
   setPositionTo: 12
   usingGlobalFactorOf: 15
   refreshDisplayOnCompletion: true;
   setPositionTo: 13
   usingGlobalFactorOf: 15
   refreshDisplayOnCompletion: true
ON
(indent long keywords in cascades)
self
   setPositionTo: 12
   usingGlobalFactorOf: 15
   refreshDisplayOnCompletion: true;
   setPositionTo: 13
   usingGlobalFactorOf: 15
   refreshDisplayOnCompletion: true
Last modified date: 06/30/2015