aboutsummaryrefslogtreecommitdiff
path: root/software/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'software/.clang-format')
-rw-r--r--software/.clang-format5
1 files changed, 5 insertions, 0 deletions
diff --git a/software/.clang-format b/software/.clang-format
new file mode 100644
index 0000000..b8ecd2e
--- /dev/null
+++ b/software/.clang-format
@@ -0,0 +1,5 @@
1BasedOnStyle: Webkit
2IndentWidth: 2
3BreakBeforeBraces: Allman
4AllowShortIfStatementsOnASingleLine: false
5ColumnLimit: 120
..