summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-01-15 16:55:14 -0800
committerBernie Innocenti <codewiz@google.com>2019-01-17 03:53:02 +0000
commita50fb46fcf66e3d8dd1afe544f6ec9077508b83b (patch)
tree53b7257a8fe737c88052c1fe03d6143776198cd9
parent33351930039785304a283b072251a48cfae30a35 (diff)
downloadplatform_external_android-clat-a50fb46fcf66e3d8dd1afe544f6ec9077508b83b.tar.gz
platform_external_android-clat-a50fb46fcf66e3d8dd1afe544f6ec9077508b83b.tar.bz2
platform_external_android-clat-a50fb46fcf66e3d8dd1afe544f6ec9077508b83b.zip
clatd's .clang-format shouldn't be kept in sync with system/core
Test: manual Change-Id: I1d912813fdcf886813595a3eba6af51146640fd7
-rw-r--r--.clang-format3
1 files changed, 0 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index 6682f77..f1debbd 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,6 +1,3 @@
-# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
-# Please keep this file in sync with system/core/.clang-format-4
-#
BasedOnStyle: Google
AlignConsecutiveAssignments: true
AlignEscapedNewlines: Right