mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-28 03:14:26 +01:00
This is based on @NicolasDorier's excellent proposal for a Dockerfile, sans the writing of a config file. Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com> Co-authored-by: Christian Decker <decker.christian@gmail.com> Signed-off-by: Christian Decker <decker.christian@gmail.com>
5 lines
124 B
Plaintext
5 lines
124 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
|