[clang] [clang-format] Add --fallback-style to git-clang-format (PR #137609)
Andrej Pištek via cfe-commits
cfe-commits at lists.llvm.org
Tue May 20 00:40:55 PDT 2025
================
@@ -189,6 +189,13 @@ def main():
default=config.get("clangformat.style", None),
help="passed to clang-format",
),
+ p.add_argument(
----------------
apdofficial wrote:
Sure, no problem. I rebased the MR with all the changes.
https://github.com/llvm/llvm-project/pull/137609
More information about the cfe-commits
mailing list