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