[clang] [git-clang-format] add fallback style argument option (PR #137609)
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Wed May 14 22:13:11 PDT 2025
================
@@ -189,6 +189,13 @@ def main():
default=config.get("clangformat.style", None),
help="passed to clang-format",
),
+ p.add_argument(
----------------
owenca wrote:
Please move this to just before `--force` to keep the options sorted. (We can also move `--diff_from_common_commit` up now or in another patch.)
https://github.com/llvm/llvm-project/pull/137609
More information about the cfe-commits
mailing list