new-lines \n converted to \r\n and \r\n converted to \r\r\n
Open
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
under windows using yapf as script with options -ir
all files in current directory get \n new-lines converted to \r\n.
With a second call to yapf -ir . all \r\n are converted to \r\r\n.
yapf 0.15.0
ActivePython 2.7.10.12
win 10
Contributor guide
Assessment
This issue has not been assessed yet.