Closed maximebochon closed 2 years ago
Could it be possible to add a property in the configuration file to indicate what type of EOL to be used during the code generation?
By "EOL" I mean "end of line":
LF
\n
CRLF
\r\n
CR
\r
Thanks, I used version 0.23.0 with endOfLineStyle set to lf on Windows and it worked as expected.
0.23.0
endOfLineStyle
lf
Could it be possible to add a property in the configuration file to indicate what type of EOL to be used during the code generation?
By "EOL" I mean "end of line":
LF
(\n
) for Unix and modern macOSCRLF
(\r\n
) for Windows/DOSCR
(\r
) for classic macOS