mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
#
|
|
# 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
|