Use this rule to force the type of new line characters.
Be aware that, for simplicity reasons, only the first line of the YAML file is checked and therefore issues will be reported only on this first line. It is assumed that the whole document has the same new line characters as the first line, and if your document has different new line sequences this inconsistency will not be reported.
type to unix to enforce UNIX-typed new line characters (\n),
set type to dos to enforce DOS-typed new line characters (\r\n),
or set type to platform to infer the type from the system running yamllint
(\n on POSIX / UNIX / Linux / Mac OS systems or \r\n on DOS / Windows systems).