mirror of https://github.com/ArduPilot/ardupilot
.gitattributes: automatically clean up newlines in source files
This commit is contained in:
parent
0cff3a4292
commit
d66eec536f
|
@ -3,4 +3,6 @@
|
|||
# This breaks Vagrant for some users.
|
||||
*.sh text eol=lf
|
||||
|
||||
|
||||
*.pde text eol=lf
|
||||
*.cpp text eol=lf
|
||||
*.h text eol=lf
|
||||
|
|
Loading…
Reference in New Issue