mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
# Declare files that will always have CRLF line endings on checkout.
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
Makefile text eol=lf
|
|
configure text eol=lf
|
|
.gitmodules text eol=lf
|