mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
#
|
|
# All make includes should have LF line endings to be consistent with flight code
|
|
#
|
|
|
|
*.mk text eol=lf
|
|
*.py text eol=lf
|
|
*.sh text eol=lf
|
|
|
|
/doxygen/* text eol=lf
|
|
/templates/*.txt text eol=crlf
|
|
/uncrustify/*.cfg text eol=lf
|