From a9aa4f12362e21fe59ef59c2e1f20b0dca2185d4 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 10 Jul 2020 20:48:23 +0200 Subject: clang-format and set BreakBeforeBraces to Allmanz Signed-off-by: Toni Uhlig --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') 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 -- cgit v1.2.3