mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 13:26:26 +00:00
6 lines
193 B
Plaintext
6 lines
193 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 |