forked from Archive/PX4-Autopilot
add .gitattributes to force all line endings to LF
- this improves the windows development experience when moving between cygwin, WSL, and native tools - cmd and bat files are left alone (we don't currently have any)
This commit is contained in:
parent
646519fa0d
commit
f9f2afd856
|
@ -0,0 +1,3 @@
|
||||||
|
* text=auto eol=lf
|
||||||
|
*.{cmd,[cC][mM][dD]} text eol=crlf
|
||||||
|
*.{bat,[bB][aA][tT]} text eol=crlf
|
Loading…
Reference in New Issue