From 2483aaf1007b0fc5ca0f50bac75c651117dbcdb7 Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Fri, 2 Nov 2018 09:04:28 +0100 Subject: BreakBeforeBraces: Stroustrup -> WebKit Don't break before "catch" and "else" --- _clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_clang-format') diff --git a/_clang-format b/_clang-format index 1ba4cdbdc..1cc4f940c 100644 --- a/_clang-format +++ b/_clang-format @@ -38,7 +38,7 @@ Standard: Cpp03 IndentWidth: 4 TabWidth: 4 UseTab: Never -BreakBeforeBraces: Stroustrup +BreakBeforeBraces: WebKit IndentFunctionDeclarationAfterType: false SpacesInParentheses: false SpacesInAngles: false -- cgit v1.2.3