diff --git a/on-device/.clang-format b/on-device/.clang-format
new file mode 100644
index 0000000000000000000000000000000000000000..827c89b435020ccdca9a15eb06a972ac5947c742
--- /dev/null
+++ b/on-device/.clang-format
@@ -0,0 +1,13 @@
+{
+    BasedOnStyle: Google,
+    AccessModifierOffset: -4,
+    AlignConsecutiveAssignments: true,
+    AllowShortIfStatementsOnASingleLine: false,
+    AllowShortLoopsOnASingleLine: false,
+    BreakBeforeBraces: Allman,
+    ColumnLimit: 80,
+    ConstructorInitializerAllOnOneLineOrOnePerLine: false,
+    IndentCaseLabels: true,
+    IndentWidth: 4,
+    KeepEmptyLinesAtTheStartOfBlocks: true,
+}