mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
272915192b
Change-type: patch
17 lines
600 B
Plaintext
17 lines
600 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
|
|
.dockerignore eol=lf
|
|
Dockerfile eol=lf
|
|
Dockerfile.* eol=lf
|
|
* text=auto eol=lf
|
|
|
|
# lf for the docs as it's auto-generated and will otherwise trigger an uncommited error on windows
|
|
docs/balena-cli.md text eol=lf
|
|
# crlf for the eol conversion test files
|
|
tests/test-data/projects/docker-compose/basic/service2/file2-crlf.sh eol=crlf
|
|
tests/test-data/projects/no-docker-compose/basic/src/windows-crlf.sh eol=crlf
|