Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
*.tsx text eol=lf
*.json text eol=lf
*.md text eol=lf
*.svg text eol=lf

# PowerShell files: stored with LF in the repository, platform-default endings
# in the working tree so Windows contributors keep a native experience.
# PowerShell files: stored with LF in the repository; working tree EOL follows each user's Git settings
# (e.g., core.autocrlf) so Windows contributors can keep a native experience.
*.ps1 text
*.psm1 text
*.psd1 text
*.ps1xml text

# Binary files (and other non-source assets).
# Binary files.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg text
*.zip binary
*.woff binary
*.woff2 binary
Expand Down
Loading