mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 08:52:45 +00:00
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
# Normalize line endings for cross-platform consistency (pre-commit safe on Windows).
|
|
* text=auto eol=lf
|
|
|
|
# POSIX shell scripts must stay LF.
|
|
*.sh text eol=lf
|
|
|
|
# Windows scripts should remain CRLF.
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.ps1 text eol=crlf
|