All checks were successful
CICD Start / Sanity and Base Decision (pull_request) Successful in 1m1s
Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
13 lines
288 B
Plaintext
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
|