Skip to content

Commit

Permalink
Enforce line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
crud89 committed Dec 13, 2024
1 parent 2d4b48a commit 62ab8ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Line ending configuration.
*.sh text eof=lf
* text eof=crlf

# Map binary files
*.png binary
*.jpg binary
*.psd binary
*.ttf binary
*.woff2 binary

# Legacy shader name mappings.
*.vert linguist-language=HLSL
*.frag linguist-language=HLSL

0 comments on commit 62ab8ef

Please sign in to comment.