Skip to content

Commit 16546fb

Browse files
cinderblockclaude
andcommitted
Force LF line endings via .gitattributes
Windows CI's `actions/checkout` produces CRLF files (the runner has core.autocrlf=true) which trips Biome's format check. `* text=auto eol=lf` pins working-tree line endings to LF everywhere, so the CI checkout matches what Biome enforces. Also stops the "LF will be replaced by CRLF" git warnings on the local Windows dev box. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 89f78ea commit 16546fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)