LineSize
|
ABAP, Natural and Cobol |
ide.<ProgrammingLanguage>.LineSize = ...
During program generation LF‑ET takes into account specified line size limits for specific languages and wraps longer lines automatically.
Language |
Default value |
Permissible value |
Further information |
|---|---|---|---|
ABAP |
72 |
72, 255 |
ABAP Generation parameters |
Natural |
72 |
72, 124, 187, 246 |
Natural Generation parameters |
Cobol |
72 |
72, 255 |
Cobol Generation parameters |
Using this parameter, the preset default value can be changed to one of the permitted alternative values
Entry in an LFET.Project.ini-file:
ide.Abap.LineSize = 255
Entry in an LFET.Project.yaml-file:
ide.Abap:
LineSize: 255