commit | 6efb79fc87d788b5e9230908646a8579f94b7532 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@google.com> | Mon Apr 20 19:32:40 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Apr 20 19:32:41 2015 +0000 |
tree | 7d880ca1b3eba4df2f1be5bc9f9ab6a3d7346c74 | |
parent | a8cdeee5fbb024c1866e21bd45f3d323d44d1dde [diff] | |
parent | 74a9b7ae469c392e5cbcf0f4dfe988b81ed955a0 [diff] |
Merge "drm_hwcomposer: add a .clang-format for our style"
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..5382f9b --- /dev/null +++ b/.clang-format
@@ -0,0 +1,4 @@ +BasedOnStyle: Google +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false +AllowShortFunctionsOnASingleLine: None