2013-04-05 22:43:58 +02:00
|
|
|
#
|
|
|
|
# Ground source code files should always have CRLF line endings by agreement
|
|
|
|
# http://wiki.openpilot.org/display/Doc/Coding+Style
|
|
|
|
#
|
|
|
|
|
2013-06-05 22:21:54 +02:00
|
|
|
*.pri text eol=crlf
|
|
|
|
*.pro text eol=crlf
|
|
|
|
|
2013-04-05 22:43:58 +02:00
|
|
|
*.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
|
|
|
|
|
2013-04-30 02:02:36 +02:00
|
|
|
*.h.template text eol=crlf
|
|
|
|
*.c.template text eol=crlf
|
|
|
|
*.cpp.template text eol=crlf
|
2013-06-05 22:21:54 +02:00
|
|
|
*.qml.template text eol=crlf
|
|
|
|
|
|
|
|
*.py text eol=lf
|