Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > IConfigFile > newlineKind

IConfigFile.newlineKind property

Specifies what type of newlines API Extractor should use when writing output files.

Signature:

newlineKind?: 'crlf' | 'lf' | 'os';

Remarks

By default, the output files will be written with Windows-style newlines. To use POSIX-style newlines, specify "lf" instead. To use the OS's default newline kind, specify "os".