Add 'display-commonsys-intf/' from commit '9e007e8c997fef5aa3cb595df1748bf09bf20f1f'
git-subtree-dir: display-commonsys-intf
git-subtree-mainline: dd01e83c7a3d9006071939cd1bcb3b037f62e172
git-subtree-split: 9e007e8c997fef5aa3cb595df1748bf09bf20f1f
Change-Id: I6d244a265ff8e93264c355d628352a140db49fcf
diff --git a/display-commonsys-intf/.clang-format b/display-commonsys-intf/.clang-format
new file mode 100644
index 0000000..26ce4fe
--- /dev/null
+++ b/display-commonsys-intf/.clang-format
@@ -0,0 +1,14 @@
+---
+Language: Cpp
+BasedOnStyle: Google
+Standard : C++11
+AllowShortIfStatementsOnASingleLine: false
+AllowShortLoopsOnASingleLine: false
+AllowShortFunctionsOnASingleLine: Inline
+AllowShortBlocksOnASingleLine: false
+ColumnLimit: 100
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
+ConstructorInitializerIndentWidth: 4
+DerivePointerAlignment: false
+PointerAlignment: Right
+#ReflowComments: false