zenfone6: Import CAF lights HAL
* Modified to build with -Wall and -Werror
* Simplified to support only red/green leds
Change-Id: I53ab6ebd22b811e53824b738d1dea9e297c4817c
diff --git a/light/.clang-format b/light/.clang-format
new file mode 100644
index 0000000..ae4a451
--- /dev/null
+++ b/light/.clang-format
@@ -0,0 +1,11 @@
+BasedOnStyle: Google
+AccessModifierOffset: -2
+AllowShortFunctionsOnASingleLine: Inline
+ColumnLimit: 100
+CommentPragmas: NOLINT:.*
+DerivePointerAlignment: false
+IndentWidth: 4
+PointerAlignment: Left
+TabWidth: 4
+UseTab: Never
+PenaltyExcessCharacter: 32