This option sets the line ending characters used in the file: LF (Unix/macOS), CR (classic Mac) or CRLF (Windows).
if(true) {\n ··return;\n }
if(true) {\r ··return;\r }
if(true) {\r\n ··return;\r\n }