op-packages/homeproxy-hiddify/.gitattributes
github-actions[bot] ae7b9f4d28 🎁 Sync 2026-07-31 00:21:49
2026-07-31 00:21:49 +08:00

16 lines
515 B
Plaintext

# Router files MUST use LF line endings. CRLF breaks nft (firewall ruleset is
# rejected wholesale), POSIX shell (init.d), and can confuse ucode parsing.
# Force LF on checkout regardless of the developer's core.autocrlf setting.
*.ut text eol=lf
*.uc text eol=lf
*.nft text eol=lf
*.sh text eol=lf
*.js text eol=lf
*.json text eol=lf
# Extensionless router scripts
root/etc/init.d/* text eol=lf
root/usr/share/rpcd/ucode/* text eol=lf
root/etc/uci-defaults/* text eol=lf