mirror of
https://github.com/certbot/certbot.git
synced 2026-07-24 23:03:42 +02:00
Add gitattributes file to mark bat file as CRLF
Gitattributes files can be used to mark files as crlf, which is useful for the `.bat` files in case people use eol=lf in their git config.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
* text=auto eol=lf
|
||||
|
||||
# special files
|
||||
*.bat text eol=crlf
|
||||
*.jpeg binary
|
||||
*.jpg binary
|
||||
*.png binary
|
||||
Reference in New Issue
Block a user