Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force end-of-line #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
36 changes: 36 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
* text=auto
*.m text diff=objc eol=lf
*.h text diff=objc
*.c text
*.cpp text
*.swift text diff=swift eol=lf

*.pbxproj eol=lf

*.pdf binary
*.gif binary
*.jpg binary
*.png binary

Crypto/aes.h eol=crlf
Crypto/aes_modes.c eol=crlf
Crypto/aescrypt.c eol=crlf
Crypto/aeskey.c eol=crlf
Crypto/aesopt.h eol=crlf
Crypto/aestab.c eol=crlf
Crypto/aestab.h eol=crlf
Crypto/brg_endian.h eol=crlf
Crypto/des.c eol=crlf
Crypto/des.h eol=crlf

WinZipJPEG/Dependencies eol=crlf
WinZipJPEG/JPEG.c eol=crlf
WinZipJPEG/JPEG.h eol=crlf

lzma/Bra.c eol=crlf
lzma/Bra.h eol=crlf
lzma/Bra86.c eol=crlf
lzma/BraIA64.c eol=crlf
lzma/Lzma2Dec.c eol=crlf
lzma/Lzma2Dec.h eol=crlf
lzma/Types.h eol=crlf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xcuserdata/
Loading