mirror of
https://github.com/certbot/certbot.git
synced 2025-12-18 21:46:05 -05:00
Merge pull request #2136 from tboegi/gitattributes_eol_overrideses_auto
.gitattributes: EOL=LF overrides auto
This commit is contained in:
commit
553b3162e7
1 changed files with 9 additions and 1 deletions
10
.gitattributes
vendored
10
.gitattributes
vendored
|
|
@ -1,7 +1,15 @@
|
|||
* text=auto eol=lf
|
||||
#Default, normalize CRLF into LF in non-binary files
|
||||
# Files identified as binary by Git are not changed
|
||||
* crlf=auto
|
||||
|
||||
# special files
|
||||
*.sh crlf=input
|
||||
*.py crlf=input
|
||||
|
||||
*.bat text eol=crlf
|
||||
|
||||
*.der binary
|
||||
*.gz binary
|
||||
*.jpeg binary
|
||||
*.jpg binary
|
||||
*.png binary
|
||||
|
|
|
|||
Loading…
Reference in a new issue