Skip to content

Verbatim string literals take into account EndOfLine configuration #183

Closed
@belav

Description

@belav

The file SyntaxNodeComparerTests contained \r\n inside of multiline strings.
CSharpier is set to format the file with \n as line endings
It formatted the file with \n, but not inside of the multiline strings.
This lead to the github action for validating that the files were formatted to fail, because of a mismatch between \r\n and \n on some lines.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions