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