mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-09-17 15:00:46 +08:00
On Windows, git's default core.autocrlf=true checks out CRLF, and the contributor commands in CONTRIBUTING.md then fail: bun run format:check reports 191 files because Prettier defaults to endOfLine "lf", and three tests that match LF-terminated content fail. All tracked blobs are already LF, so this changes checkout behavior only and produces no renormalization diff. Every CI job runs on ubuntu-latest, where it is a no-op.
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
# Keep the working tree LF on every platform: Prettier defaults to
|
|
# endOfLine "lf" and several tests match LF-terminated content.
|
|
* text=auto eol=lf
|