Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: .clang-format

Issue 805333006: clang-format: don't bin pack arguments (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .clang-format
diff --git a/.clang-format b/.clang-format
index 8da5eca89da3a65bfd6f1354d2a9ec3232a4d491..0be5323f5be132a7a519c1b5f54f7a9bd46c2c54 100644
--- a/.clang-format
+++ b/.clang-format
@@ -15,4 +15,5 @@
{
BasedOnStyle: Chromium,
AlignTrailingComments: false,
+ BinPackArguments: false,
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698