ENVY/QA User Guide : Code Formatter : Advanced Options : Formatting Comment Indentation
Formatting Comment Indentation
This section describes the options for formatting comment indentation.
Beside Line of Code
This option specifies the number of spaces to indent a comment beside a line of code. The number of spaces is in addition to the current indentation level. If it is possible, spaces are automatically replaced by the appropriate number of tabs.
VALUE= 0
sample
 
^self"A sample method comment that
is not very lengthy but does not
say anything."
VALUE = 4
sample
 
^self "A sample method comment that
is not very lengthy but does not
say anything."
Comment
This option specifies the number of spaces to indent a comment in addition to the current indentation level. If it is possible, spaces are automatically replaced by the appropriate number of tabs.
VALUE= 0
sample
"A sample method comment that
is not very lengthy but does not
say anything."
^self
VALUE = 4
sample
"A sample method comment that
is not very lengthy but does not
say anything"
^self
 
Comment Continuation
This option specifies the number of spaces to indent a comment continuation in addition to the current indentation level. If it is possible, spaces are automatically replaced by the appropriate number of tabs.
VALUE= 1
sample
"A sample method comment that is not very lengthy but does
not say anything . It does however show indentation."
^self
VALUE = 4
sample
"A sample method comment that is not very lengthy but does
not say anything . It does however show indentation."
^self
Last modified date: 06/30/2015