diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2018-11-02 08:04:28 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2018-11-02 08:04:28 +0000 |
| commit | 2483aaf1007b0fc5ca0f50bac75c651117dbcdb7 (patch) | |
| tree | e5f09c0fb91c002ec5849a98813068b7a5b9673c /_clang-format | |
| parent | CI: remove redundant "make test" (diff) | |
| download | inkscape-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-format | 2 |
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 |
