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

25 lines
480 B
Plaintext
Raw Normal View History

#
# Ground source code files should always have CRLF line endings by agreement
# http://wiki.openpilot.org/display/Doc/Coding+Style
#
*.pri text eol=crlf
*.pro text eol=crlf
*.c text eol=crlf
*.cpp text eol=crlf
*.h text eol=crlf
*.hpp text eol=crlf
*.ui text eol=crlf
*.qrc text eol=crlf
*.qml text eol=crlf
*.pluginspec text eol=crlf
*.h.template text eol=crlf
*.c.template text eol=crlf
*.cpp.template text eol=crlf
*.qml.template text eol=crlf
*.py text eol=lf