mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
6 lines
170 B
Text
6 lines
170 B
Text
# 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
|