dotnet/roslyn

Syntax Normalizer ignores trivia when normalizing

Open

#8,536 opened on Feb 10, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-CompilersBugConcept-APIhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 6d 17h) (256 merged PRs in 30d)

Description

Because normalization often replaces end-of-line characters this can result in a mix of EOL characters coming out of the file.

Contributor guide