mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
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:
@@ -0,0 +1,3 @@
|
||||
* text=auto eol=lf
|
||||
*.{cmd,[cC][mM][dD]} text eol=crlf
|
||||
*.{bat,[bB][aA][tT]} text eol=crlf
|
||||
Reference in New Issue
Block a user