mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-05 06:53:07 +00:00
Add .gitattributes
This commit is contained in:
parent
23bd288279
commit
a54735d49c
11
.gitattributes
vendored
Normal file
11
.gitattributes
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# Set default behavior to automatically normalize line endings.
|
||||
* text=auto
|
||||
|
||||
# Force bash scripts to always use lf line endings so that if a repo is accessed
|
||||
# in Unix via a file share from Windows, the scripts will work.
|
||||
*.sh text eol=lf
|
||||
|
||||
# Likewise, force cmd and batch scripts to always use crlf
|
||||
*.cmd text eol=crlf
|
||||
*.bat text eol=crlf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user