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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 13:38:12 PDT 2018


probinson added a comment.

In https://reviews.llvm.org/D48494#1141106, @probinson wrote:

> You guys duke it out and let me know.


Although IMO, machines should do as much of the dull stuff as possible (e.g., remembering to convert CRLF to LF on new files, and leaving CRLF in place on the files that need it).  So I lean to `input` and the right set of git attributes on the necessary files, for that reason.


Repository:
  rL LLVM

https://reviews.llvm.org/D48494





More information about the llvm-commits mailing list