mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Fix line endings (#513)
* Adjust gitattributes file (mark some files binary, mark bat files as using crlf endings) * Fix remaining line endings issues
This commit is contained in:
7
.gitattributes
vendored
7
.gitattributes
vendored
@@ -5,3 +5,10 @@
|
||||
|
||||
*.pkl linguist-language=Groovy
|
||||
* text eol=lf
|
||||
*.bat text eol=crlf
|
||||
|
||||
*.gif binary
|
||||
*.jar binary
|
||||
*.woff2 binary
|
||||
*.pem binary
|
||||
*.png binary
|
||||
|
||||
Reference in New Issue
Block a user