LP-551 Remove popup - Increase neutral diff levels for alarm
[librepilot.git] / flight / .gitattributes
blobd4d1fb4f6ae3398dc3ae808ca3d490bf39fca7d5
2 # Flight source code files should always have LF line endings by agreement
3 # http://wiki.openpilot.org/display/Doc/Coding+Style
6 *.c             text eol=lf
7 *.h             text eol=lf
8 *.py            text eol=lf
10 *.s             text eol=lf
11 *.S             text eol=lf
12 *.ld            text eol=lf
13 *.inc           text eol=lf
15 Makefile        text eol=lf
16 Makefile.*      text eol=lf
17 *.mk            text eol=lf
19 *.h.template    text eol=lf
20 *.c.template    text eol=lf