Files
plex-playlist/.gitattributes
copilotcoder 9103976001
All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m1s
Trying to get prettier to finally run cleanly.
Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
2026-06-11 10:50:00 -04:00

13 lines
288 B
Plaintext

# Enforce LF for source and config files so Prettier checks are stable across environments.
*.ts text eol=lf
*.js text eol=lf
*.vue text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.md text eol=lf
*.toml text eol=lf
*.py text eol=lf
*.sh text eol=lf
*.xsh text eol=lf