mirror of
https://github.com/apple/pkl.git
synced 2026-07-11 07:32:56 +02: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:
@@ -5,3 +5,10 @@
|
|||||||
|
|
||||||
*.pkl linguist-language=Groovy
|
*.pkl linguist-language=Groovy
|
||||||
* text eol=lf
|
* text eol=lf
|
||||||
|
*.bat text eol=crlf
|
||||||
|
|
||||||
|
*.gif binary
|
||||||
|
*.jar binary
|
||||||
|
*.woff2 binary
|
||||||
|
*.pem binary
|
||||||
|
*.png binary
|
||||||
|
|||||||
Reference in New Issue
Block a user