ENVY/QA User Guide : Code Formatter : Advanced Options : Formatting Code Indentation
Formatting Code Indentation
This section describes the options for formatting code indentation.
Code
This option specifies the number of spaces to indent code in addition to the current indentation level. If it is possible, spaces are automatically replaced by the appropriate number of tabs.
VALUE= 4
^(self
setPositionTo: 12
usingGlobalFactorOf: 15
refreshDisplayOnCompletion: true) + 2
VALUE= 8
^(self
setPositionTo: 12
usingGlobalFactorOf: 15
refreshDisplayOnCompletion: true) + 2
 
Code Continuation
This option specifies the number of spaces to indent a code continuation in addition to the current indentation level. If it is possible, spaces are automatically replaced by the appropriate number of tabs.
VALUE= 0
^(self
setPositionTo: 12
usingGlobalFactorOf: 15
refreshDisplayOnCompletion: true) + 2
VALUE= 4
^(self
setPositionTo: 12
usingGlobalFactorOf: 15
refreshDisplayOnCompletion: true) + 2
Last modified date: 06/30/2015