Chromium Code Reviews| 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 |