Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

newLineKind

Line ending style. Inherited from the top-level newLineKind in dprint.json when unset

Type"auto" | "lf" | "crlf"
Defaultinherits from the top-level key in the same dprint.json

Values

"auto"

Detect from the source file.

"lf"

Unix-style \n.

"crlf"

Windows-style \r\n.

Config

{
  "svg": {
    "newLineKind": null
  }
}