[PATCH] D48494: [doc] Show the git config for Windows to do line-endings correctly

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 11:19:12 PDT 2018


zturner added a subscriber: probinson.
zturner added a comment.

https://stackoverflow.com/questions/10418975/how-to-change-line-ending-settings

Shows the 3 different settings. I believe #1 is default. You are proposing
#2, which is better but still incorrect in the presence of input files that
are purposely crlf (in case we need to test that our tools can read them).


Repository:
  rL LLVM

https://reviews.llvm.org/D48494





More information about the llvm-commits mailing list