commit | d8ecde09c717ded786fde49855ba7347bc2b3910 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Jan 19 22:58:38 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 19 22:58:38 2016 +0000 |
tree | 0fdad725b8a90c9e74992fa58391c37b904fb649 | |
parent | ad12df20e9094aa1b81c896f75f915f37b0a869b [diff] | |
parent | cb73db7cd869277212bc72b78f9e68c04c9f4c09 [diff] |
Merge "fastboot: add .clang-format."
diff --git a/fastboot/.clang-format b/fastboot/.clang-format new file mode 100644 index 0000000..6737535 --- /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