diff options
author | Rory Bradford <roryrjb@gmail.com> | 2022-11-13 14:17:10 +0000 |
---|---|---|
committer | Rory Bradford <roryrjb@gmail.com> | 2022-11-13 14:17:10 +0000 |
commit | 5e9d09f4d037fca7ff1316cbe91a5196eee931f5 (patch) | |
tree | f5f1b430b4fe8cc14a97e2699bee4a3905f6fcfe /.clang-format | |
parent | e60fb81871a771f18495c5bd15b4f07d73543144 (diff) | |
download | rf-5e9d09f4d037fca7ff1316cbe91a5196eee931f5.tar.gz |
Improve code formatting
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 8af29b3..894dc89 100644 --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,4 @@ IndentCaseLabels: false AlignAfterOpenBracket: DontAlign AllowAllParametersOfDeclarationOnNextLine: true ConstructorInitializerAllOnOneLineOrOnePerLine: false +ColumnLimit: 120 |