mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
467afb3de6
Change-type: patch
12 lines
447 B
Plaintext
12 lines
447 B
Plaintext
# Set all files to use line feed endings (since we can't match only ones without an extension)
|
|
* eol=lf
|
|
# And then reset all the files with extensions back to default
|
|
*.* -eol
|
|
|
|
*.sh text eol=lf
|
|
|
|
# lf for the docs as it's auto-generated and will otherwise trigger an uncommited error on windows
|
|
doc/cli.markdown text eol=lf
|
|
# crlf for the for the windows-crlf test file
|
|
tests/test-data/projects/no-docker-compose/basic/src/windows-crlf.sh eol=crlf
|