summaryrefslogtreecommitdiffstats
path: root/_clang-format
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2018-11-02 08:04:28 +0000
committerThomas Holder <thomas@thomas-holder.de>2018-11-02 08:04:28 +0000
commit2483aaf1007b0fc5ca0f50bac75c651117dbcdb7 (patch)
treee5f09c0fb91c002ec5849a98813068b7a5b9673c /_clang-format
parentCI: remove redundant "make test" (diff)
downloadinkscape-2483aaf1007b0fc5ca0f50bac75c651117dbcdb7.tar.gz
inkscape-2483aaf1007b0fc5ca0f50bac75c651117dbcdb7.zip
BreakBeforeBraces: Stroustrup -> WebKit
Don't break before "catch" and "else"
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 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