[PATCH] D48494: [doc] Show the git config for Windows to do line-endings correctly
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 22 12:49:24 PDT 2018
rnk added a comment.
I personally use `false`, but maybe `input` would be a good way to go going forward. Honestly, let's go ahead and recommend `input`. Even if our .gitattributes files don't say the right thing today, we can fix that over time, and then things will be more likely to work out of the box.
"autocrlf true" is obviously broken (I think it causes LLVM tests to fail), so we need to recommend something. It might as well be the way forward that doesn't rely on new contributors all configuring their editors correctly.
Repository:
rL LLVM
https://reviews.llvm.org/D48494
More information about the llvm-commits
mailing list