Commit a544fdc
Strip all CR bytes from text files, not just CRLF pairs
Simplify normalization to unconditionally remove \r bytes (equivalent
to tr -d '\r'), which is proven to produce identical content across
platforms per CI diagnostics.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cf6e05b commit a544fdc
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
0 commit comments