aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/.clang-format')
-rw-r--r--firmware/.clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/.clang-format b/firmware/.clang-format
new file mode 100644
index 0000000..b838e4d
--- /dev/null
+++ b/firmware/.clang-format
@@ -0,0 +1,6 @@
1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: ForIndentation
4BreakBeforeBraces: Linux
5AllowShortIfStatementsOnASingleLine: false
6ColumnLimit: 80