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

Unified Diff: .clang-format

Issue 2665183002: Ensure .mm column limit stays at 80 for newer clang-format binaries (Closed)
Patch Set: 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..4e37b54a1ff0fb6240e6794f8dfa42bc745e9092 100644
--- a/.clang-format
+++ b/.clang-format
@@ -33,3 +33,6 @@ IPC_STRUCT_END|\
IPC_STRUCT_TRAITS_END|\
POLPARAMS_END|\
PPAPI_END_MESSAGE_MAP$"
+---
+Language: ObjC
+ColumnLimit: 80
Nico 2017/01/31 18:36:18 please add a todo to remove this again
« 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