Specify the newline character in the generated code.
Category: Code Generation > Code Style
Default:
Default
Generates the newline character based on the operating system that the code is generated on.
Generates the Line Feed character as the newline character in the generated code.
"\n"
is inserted as the newline character.
Generates the Carriage Return + Line Feed character as the newline character in
the generated code. "\r\n"
is inserted as the newline
character.
Parameter:
NewlineStyle |
Type: character vector |
Value:
'Default' |'LF' |'CRLF'
|
Default:
'Default' |
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | No impact |