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, 0 insertions, 6 deletions
diff --git a/firmware/.clang-format b/firmware/.clang-format
deleted file mode 100644
index b838e4d..0000000
--- a/firmware/.clang-format
+++ /dev/null
@@ -1,6 +0,0 @@
1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: ForIndentation
4BreakBeforeBraces: Linux
5AllowShortIfStatementsOnASingleLine: false
6ColumnLimit: 80