Commit bd6b192
committed
fix: normalize docs/funcs source to LF to match its embedded copy
The previous commit forced the embedded function docs to LF, but their
source of truth, docs/funcs/, still had no end-of-line rule - so a
Windows (autocrlf) checkout left it CRLF. TestFuncDocsSourceMatchesEmbedded
then compared the CRLF source against the now-LF embedded copy and failed.
Mark docs/funcs/ `text eol=lf` too, so both sides of that byte-for-byte
mirror check out LF everywhere. Blobs are already LF; no content change.1 parent 2a83f61 commit bd6b192
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments