mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 14:57:57 +00:00
Add .gitattributes file (#187)
Ensure .sh scripts have LF and .bat scripts have CRLF in working directory. Avoid conversion of Unix scripts to CRLF when checking out with core.autocrlf=true, on Windows, what may cause shell failures.
This commit is contained in:
parent
419280c0fc
commit
7008921080
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Set default behaviour, in case users don't have core.autocrlf set.
|
||||||
|
* text=auto !eol
|
||||||
|
|
||||||
|
# Scripts
|
||||||
|
*.bat text eol=crlf
|
||||||
|
*.sh text eol=lf
|
Loading…
x
Reference in New Issue
Block a user