You change these preferences from Tools > Options > Text Editor > Micro Focus COBOL > Code Style > Formatting > Environment Division.
For example, with this option disabled:
environment division.
configuration section.
source-computer. mf.
object-computer. mf.
special-names.
console is crt.
For example, with this option enabled:
environment division.
configuration section.
source-computer.
mf.
object-computer.
mf.
special-names.
console is crt.