[PATCH] D141098: [clang-format][NFC] Set DeriveLineEnding to false in config files

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 7 13:46:12 PST 2023


owenpan added a comment.

In D141098#4032951 <https://reviews.llvm.org/D141098#4032951>, @rymiel wrote:

>> I think we should combine `DeriveLineEnding` and `UseCRLF`
>
> Do you mean a single `LineEnding` options which is an enum with `LF`, `CRLF` and `Derive`, or similar?

Yep.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141098



More information about the cfe-commits mailing list