mirror of
https://github.com/KeaBase/kea-research.git
synced 2026-04-28 03:20:29 +00:00
Fix shell script line endings for Windows
This commit is contained in:
parent
64954e8036
commit
a6b8538f75
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Store as LF in the repo, convert to native line ending on checkout.
|
||||
* text=auto
|
||||
|
||||
# Force shell scripts to ALWAYS be LF, even on Windows.
|
||||
*.sh text eol=lf
|
||||
Loading…
Add table
Add a link
Reference in a new issue