Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions runtime/fundamentals/linting_and_formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ The newline character to use
- **Default:** `lf`
- **Possible values:** `auto`, `crlf`, `lf`, `system`

Use `auto` to preserve the file's existing newline style when Deno can detect
one. Use `system` to use the current operating system's default newline style,
which is `crlf` on Windows and `lf` on Unix-like systems.

#### `nextControlFlowPosition`

Define position of next control flow
Expand Down
Loading