[PATCH] D124563: Renormalize line endings after ac5f7be6a8688955a282becf00eebc542238a86b

Aaron Puchert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 17:28:05 PDT 2022


aaronpuchert added a comment.

In D124563#3478747 <https://reviews.llvm.org/D124563#3478747>, @aaronpuchert wrote:

> How about we remove `* text=auto` for now? Or would that break something?

The documentation <https://www.git-scm.com/docs/gitattributes> says that:

> If you want to ensure that text files that any contributor introduces to the repository have their line endings normalized, you can set the `text` attribute to "auto" for `all` files.
>
>   *	text=auto

And for now we don't actually want that. So I'd say remove that line and normalize the two remaining files.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124563/new/

https://reviews.llvm.org/D124563



More information about the cfe-commits mailing list