diff options
| author | Melvin Keskin <melvo@olomono.de> | 2021-08-27 21:41:29 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-08-31 21:40:33 +0200 |
| commit | d901db59e9e979eaf8c303d84166d4c8d61e5550 (patch) | |
| tree | b89cfd5c058e665aedff48fcbdbb815e578ec090 | |
| parent | c11a1b95d6dbc5dfd8a2605a24d11bde9250d965 (diff) | |
| download | qxmpp-d901db59e9e979eaf8c303d84166d4c8d61e5550.tar.gz | |
clang-format: Use brace wrapping after struct
| -rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 6e719d20..d7cae352 100644 --- a/.clang-format +++ b/.clang-format @@ -4,6 +4,7 @@ BasedOnStyle: WebKit BraceWrapping: AfterClass: true AfterFunction: true + AfterStruct: true BreakBeforeBinaryOperators: None BreakBeforeBraces: Custom BreakConstructorInitializers: BeforeColon |
