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

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 1 13:38:42 PST 2021


HazardyKnusperkeks marked 3 inline comments as done.
HazardyKnusperkeks added inline comments.


================
Comment at: clang/docs/ClangFormatStyleOptions.rst:160
+    parent directory (or its parent if there is none). If there is no parent
+    file found it falls back to the ``LLVM`` style.
+
----------------
curdeius wrote:
> Why should it fallback to LLVM and not the fallback style?
> It seems to me that it's a documentation problem.
Yap, fixed that.


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