aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-07-10 20:48:23 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-07-10 20:48:23 +0200
commita9aa4f12362e21fe59ef59c2e1f20b0dca2185d4 (patch)
tree81fc2f1aa7ac7931911fed786514d6ada7e727fc /.clang-format
parent7867c3979d7c9f6d5cee28636328c0f1329fa290 (diff)
clang-format and set BreakBeforeBraces to Allmanz
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index cdf33a6a0..aeb942a71 100644
--- a/.clang-format
+++ b/.clang-format
@@ -51,7 +51,7 @@ Cpp11BracedListStyle: true
IndentWidth: 4
TabWidth: 4
UseTab: Never
-BreakBeforeBraces: Linux
+BreakBeforeBraces: Allman
SpacesInParentheses: false
SpacesInSquareBrackets: false
SpacesInAngles : false