1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/flight/.gitattributes

21 lines
371 B
Plaintext
Raw Normal View History

#
# Flight source code files should always have LF line endings by agreement
# http://wiki.openpilot.org/display/Doc/Coding+Style
#
*.c text eol=lf
*.h text eol=lf
*.py text eol=lf
*.s text eol=lf
*.S text eol=lf
*.ld text eol=lf
*.inc text eol=lf
Makefile text eol=lf
Makefile.* text eol=lf
*.mk text eol=lf
*.h.template text eol=lf
*.c.template text eol=lf