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

Unified Diff: .clang-format

Issue 2664133003: Return to the standard of 80 chars per lines for ObjectiveC files. (Closed)
Patch Set: Reflow comments. Created 3 years, 11 months 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 f97f1bb27aa74c16d2bf19f5868943bc439dd709..963bf1a56f0f13e867b063685b375222503f7668 100644
--- a/.clang-format
+++ b/.clang-format
@@ -33,3 +33,8 @@ IPC_STRUCT_END|\
IPC_STRUCT_TRAITS_END|\
POLPARAMS_END|\
PPAPI_END_MESSAGE_MAP$"
Dan Beam 2017/01/31 16:41:59 ---
+# TODO(crbug/686650): The Chromium Style in clang-format does not enforce 80
+# chars length for ObjectiveC++ files anymore. It switched to the pure
+# ObjectiveC format of 100 chars per line instead.
+Language: ObjC
+ColumnLimit: 80
« 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