You've already forked winget-pkgs
mirror of
https://github.com/TermoraDev/winget-pkgs.git
synced 2026-04-22 15:31:19 -07:00
15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
# Ensure most files in the repo use CRLF line endings
|
|
.editorconfig text eol=crlf
|
|
*.json text eol=crlf
|
|
*.md text eol=crlf
|
|
*.ps1 text eol=crlf
|
|
*.txt text eol=crlf
|
|
*.validation text eol=crlf
|
|
|
|
# Automatically normalize line endings for YAML files
|
|
*.yml text=auto
|
|
*.yaml text=auto
|
|
|
|
# Ensure files in the GitHub Actions spelling directory use LF line endings
|
|
.github/actions/spelling/** text eol=lf
|