1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/.gitattributes

18 lines
320 B
Plaintext
Raw Normal View History

2013-04-07 08:49:13 +02:00
#
# 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