about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2022-08-20 15:44:34 +0100
committerRory Bradford <roryrjb@gmail.com>2022-08-20 15:44:34 +0100
commit847226b3698755d4f4869f38a1f6658d090ce897 (patch)
treeb9b5e9b5a791931347cd01fd6be1604b4d7d3f0e
parente6e38c439b375b3f716b43ff2bd7094a96d17a0f (diff)
downloadrf-847226b3698755d4f4869f38a1f6658d090ce897.tar.gz
Re-introduce .clang-format
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
-rw-r--r--.clang-format8
1 files changed, 8 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..8af29b3
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,8 @@
+IndentWidth: 4
+TabWidth: 4
+UseTab: Always
+AllowShortIfStatementsOnASingleLine: false
+IndentCaseLabels: false
+AlignAfterOpenBracket: DontAlign
+AllowAllParametersOfDeclarationOnNextLine: true
+ConstructorInitializerAllOnOneLineOrOnePerLine: false