summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-01-15 16:54:35 -0800
committerSteven Moreland <smoreland@google.com>2019-01-18 14:26:33 -0800
commit65e2b2322046b869201fb4f6def09cd2303fd532 (patch)
tree28cb06c379f7956b3bc864a172b440630dcf84a3 /.clang-format
parentd3ec87101702727f74f3d7c09d7f8cb038b16252 (diff)
downloadbpf-65e2b2322046b869201fb4f6def09cd2303fd532.tar.gz
Replace clang-format with symlink.
Automatic consistency. Bug: 122835115 Test: manual Change-Id: I3ca92906c3bde25d3314ea3da91f1c42d09332f4
Diffstat (limited to '.clang-format')
l---------[-rw-r--r--].clang-format16
1 files changed, 1 insertions, 15 deletions
diff --git a/.clang-format b/.clang-format
index f5c9843..ddcf5a2 100644..120000
--- a/.clang-format
+++ b/.clang-format
@@ -1,15 +1 @@
-# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
-# Please keep this file in sync with system/core/.clang-format-4
-#
-BasedOnStyle: Google
-AccessModifierOffset: -2
-AllowShortFunctionsOnASingleLine: Inline
-BreakBeforeTernaryOperators: true
-ColumnLimit: 100
-CommentPragmas: NOLINT:.*
-DerivePointerAlignment: false
-IndentWidth: 4
-ContinuationIndentWidth: 4
-PointerAlignment: Left
-TabWidth: 4
-UseTab: Never
+../../build/soong/scripts/system-clang-format \ No newline at end of file