diff options
author | Rory Bradford <roryrjb@gmail.com> | 2022-08-20 15:44:34 +0100 |
---|---|---|
committer | Rory Bradford <roryrjb@gmail.com> | 2022-08-20 15:44:34 +0100 |
commit | 847226b3698755d4f4869f38a1f6658d090ce897 (patch) | |
tree | b9b5e9b5a791931347cd01fd6be1604b4d7d3f0e | |
parent | e6e38c439b375b3f716b43ff2bd7094a96d17a0f (diff) | |
download | rf-847226b3698755d4f4869f38a1f6658d090ce897.tar.gz |
Re-introduce .clang-format
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
-rw-r--r-- | .clang-format | 8 |
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 |