0

clang-format/java: Tweak style a bit.

Based on formatting a few java files in base/ and comparing before/after.

BUG=429372
NOTRY=true

Review URL: https://codereview.chromium.org/697893002

Cr-Commit-Position: refs/heads/master@{#302406}
This commit is contained in:
thakis
2014-11-02 15:37:07 -08:00
committed by Commit bot
parent 15c2942b68
commit 4ad85931d0

@ -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