summaryrefslogtreecommitdiffstats
path: root/base/.clang-format
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-16 10:29:36 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-03-16 11:07:29 +0000
commita7870d88167f619e758b5bcd15b410d16da7c16b (patch)
tree8db9bc4aa940a8b3a44cf31dacd3a7f932eadc80 /base/.clang-format
parentacf0a8b3f632fe90132b9ce457a2237160f8cb9a (diff)
downloadsystem_core-a7870d88167f619e758b5bcd15b410d16da7c16b.zip
system_core-a7870d88167f619e758b5bcd15b410d16da7c16b.tar.gz
system_core-a7870d88167f619e758b5bcd15b410d16da7c16b.tar.bz2
Revert "Create libbase."
Breaks internal master. This reverts commit 98ff77204cef9bb8f0f27420833233622060a09e. Change-Id: I18dc6021cb43efff8aa88486c2d980dc2b8eedba
Diffstat (limited to 'base/.clang-format')
-rw-r--r--base/.clang-format11
1 files changed, 0 insertions, 11 deletions
diff --git a/base/.clang-format b/base/.clang-format
deleted file mode 100644
index 2b83a1f..0000000
--- a/base/.clang-format
+++ /dev/null
@@ -1,11 +0,0 @@
-BasedOnStyle: Google
-AllowShortBlocksOnASingleLine: false
-AllowShortFunctionsOnASingleLine: false
-
-CommentPragmas: NOLINT:.*
-DerivePointerAlignment: false
-IndentWidth: 2
-PointerAlignment: Left
-TabWidth: 2
-UseTab: Never
-PenaltyExcessCharacter: 32