================
@@ -190,6 +190,11 @@ def main():
         action="store_true",
         help="format lines in the stage instead of the working dir",
     )
+    p.add_argument(
+        "--whole-file",
+        action="store_true",
+        help="format whole file instead of only modified lines",
+    )
----------------
owenca wrote:

Please move it down to right after "-v" to keep the options (mostly) sorted.

https://github.com/llvm/llvm-project/pull/204336
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to