about summary refs log tree commit diff stats
path: root/.clang-format
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2022-11-13 14:17:10 +0000
committerRory Bradford <roryrjb@gmail.com>2022-11-13 14:17:10 +0000
commit5e9d09f4d037fca7ff1316cbe91a5196eee931f5 (patch)
treef5f1b430b4fe8cc14a97e2699bee4a3905f6fcfe /.clang-format
parente60fb81871a771f18495c5bd15b4f07d73543144 (diff)
downloadrf-5e9d09f4d037fca7ff1316cbe91a5196eee931f5.tar.gz
Improve code formatting
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
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