Skip to content

Formatter: Add end of line configuration option #7061

@MichaReiser

Description

@MichaReiser

Add a end-of-line configuration option similar to Prettier and editorconfig that allows configuring the preferred line ending. The option supports the following value:

  • lf [Default]
  • crlf
  • cr
  • Auto

Making Lf the default over Auto is to avoid accidentally mixing line endings in a project see.

Metadata

Metadata

Assignees

Labels

cliRelated to the command-line interfaceformatterRelated to the formatter

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions