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:
@ -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
|
||||
|
Reference in New Issue
Block a user