aboutsummaryrefslogtreecommitdiff
path: root/ready_se/google/keymint/KM200/HAL/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'ready_se/google/keymint/KM200/HAL/.clang-format')
-rw-r--r--ready_se/google/keymint/KM200/HAL/.clang-format10
1 files changed, 10 insertions, 0 deletions
diff --git a/ready_se/google/keymint/KM200/HAL/.clang-format b/ready_se/google/keymint/KM200/HAL/.clang-format
new file mode 100644
index 0000000..b0dc94c
--- /dev/null
+++ b/ready_se/google/keymint/KM200/HAL/.clang-format
@@ -0,0 +1,10 @@
+BasedOnStyle: LLVM
+IndentWidth: 4
+UseTab: Never
+BreakBeforeBraces: Attach
+AllowShortFunctionsOnASingleLine: Inline
+AllowShortIfStatementsOnASingleLine: true
+IndentCaseLabels: false
+ColumnLimit: 100
+PointerBindsToType: true
+SpacesBeforeTrailingComments: 2