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

Marek Kurdej via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 1 09:35:54 PST 2021


curdeius 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.
+
----------------
Why should it fallback to LLVM and not the fallback style?
It seems to me that it's a documentation problem.


================
Comment at: clang/docs/ClangFormatStyleOptions.rst:160
+    parent directory (or its parent if there is none). If there is no parent
+    file fount it falls back to the ``LLVM`` style.
+
----------------
Typo: fount -> found.


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