1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 20:35:33 +03:00

Set line endings for the .config files for unified targets (#8411)

Set line endings for the .config files for unified targets
This commit is contained in:
Michael Keller 2019-06-12 22:07:26 +12:00 committed by GitHub
commit 300421e9ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitattributes vendored
View file

@ -12,3 +12,4 @@ Makefile text eol=lf
*.bat eol=crlf
*.txt text eol=lf
*.sh text eol=lf
*.config text eol=lf