Android: Update clang-format to follow Google style guide

BUG=webrtc:6419
NOTRY=True

Review-Url: https://codereview.webrtc.org/2368963002
Cr-Commit-Position: refs/heads/master@{#14385}
This commit is contained in:
magjed 2016-09-26 11:47:46 -07:00 committed by Commit bot
parent fd8e33d3ad
commit 25337bb5ab

View File

@ -1,3 +1,6 @@
# Defines the Chromium style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Chromium
---
Language: Java
BasedOnStyle: Google