Chromium Code Reviews| Index: .clang-format |
| diff --git a/.clang-format b/.clang-format |
| index a6cc4e3a7f11fc225bf34c46334e5e55a59e6e39..a5431379051094c2a45597a600108f4be2c87036 100644 |
| --- a/.clang-format |
| +++ b/.clang-format |
| @@ -13,4 +13,7 @@ Language: Java |
| IndentWidth: 4 |
| ContinuationIndentWidth: 8 |
| ColumnLimit: 100 |
| +AllowShortBlocksOnASingleLine: false |
| +AllowShortFunctionsOnASingleLine: None |
| AllowShortIfStatementsOnASingleLine: true |
| +Cpp11BracedListStyle: false # but see http://llvm.org/PR21457 |