[PATCH] D93844: [clang-format] Add possibility to be based on parent directory

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 29 03:42:32 PST 2020


MyDeveloperDay added a comment.

I like what you are suggesting, do you think `BasedOnStyle: File` is the best terminology as the term `File` is used elsewhere to mean read from the .clang_format file, how about

`BasedOnStyle: Inherit`
`BasedOnStyle: InheritFromParent`
`BasedOnStyle: InheritFromFile`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93844



More information about the cfe-commits mailing list