Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
*.patch text eol=lf

# Spelling action inputs must stay LF
{allow.txt,excludes.txt,patterns.txt,expect.txt} text eol=lf
.github/actions/spelling/*.txt text eol=lf

# External PowerShell files are signed, so we must preserve the exact content instead of
# normalizing line endings.
src/PowerShell/ExternalModules/**/* -text
Loading
Loading