aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayden Gomes <haydengomes@google.com>2019-08-15 10:09:39 -0700
committerHayden Gomes <haydengomes@google.com>2019-08-15 10:16:36 -0700
commit7511699f79cab645c015cea22a1ed4952e4659e0 (patch)
tree8416b1d120522f2c9588a2ad17ac1a314ab1e90a
parent6f22034ebf1f096257f0facd48f57d428d1dc603 (diff)
downloadCar-7511699f79cab645c015cea22a1ed4952e4659e0.tar.gz
Updating .clang-format to not run for java
Bug: 139472606 Test: added Java file that clang would have complained about and confirmed it passed pre-upload Change-Id: I8334ffbd7e587c7fee3a39c873cb78e726bd9d97
-rw-r--r--.clang-format7
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index fc4eb1bc03..ee122360a1 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,3 +1,9 @@
+---
+Language: Java
+DisableFormat: true
+SortIncludes: false
+---
+Language: Cpp
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
@@ -11,3 +17,4 @@ PointerAlignment: Left
TabWidth: 4
UseTab: Never
PenaltyExcessCharacter: 32
+---