From 25337bb5abcde5967345d92df437d7e154197031 Mon Sep 17 00:00:00 2001 From: magjed Date: Mon, 26 Sep 2016 11:47:46 -0700 Subject: [PATCH] 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} --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-format b/.clang-format index 0a896016ab..59d487051f 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,6 @@ # Defines the Chromium style for automatic reformatting. # http://clang.llvm.org/docs/ClangFormatStyleOptions.html BasedOnStyle: Chromium +--- +Language: Java +BasedOnStyle: Google