================
@@ -189,6 +189,13 @@ def main():
         default=config.get("clangformat.style", None),
         help="passed to clang-format",
     ),
+    p.add_argument(
+        "--fallback-style",
+        help="The name of the predefined style used as a "
+        "fallback in case clang-format is invoked with "
+        "--style=file, but can not find the .clang-format "
+        "file to use.",
----------------
owenca wrote:

```suggestion
        help="passed to clang-format",
```
to be consistent with `--style` above.

https://github.com/llvm/llvm-project/pull/137609
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to