[PATCH] D141098: [clang-format][NFC] Set DeriveLineEnding to false in config files
Emilia Dreamer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 6 19:34:50 PST 2023
rymiel added a comment.
> 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?
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