From cb73db7cd869277212bc72b78f9e68c04c9f4c09 Mon Sep 17 00:00:00 2001 From: Josh Gao Date: Tue, 19 Jan 2016 14:49:23 -0800 Subject: [PATCH] fastboot: add .clang-format. Change-Id: Iacad00adfa3948118543d680651814b3c8c42858 --- fastboot/.clang-format | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fastboot/.clang-format diff --git a/fastboot/.clang-format b/fastboot/.clang-format new file mode 100644 index 000000000..673753525 --- /dev/null +++ b/fastboot/.clang-format @@ -0,0 +1,12 @@ +BasedOnStyle: Google +AllowShortBlocksOnASingleLine: false +AllowShortFunctionsOnASingleLine: false + +ColumnLimit: 100 +CommentPragmas: NOLINT:.* +DerivePointerAlignment: false +IndentWidth: 4 +PointerAlignment: Left +TabWidth: 4 +UseTab: Never +PenaltyExcessCharacter: 32