diff options
Diffstat (limited to 'ClangFormat/.clang-format')
-rw-r--r-- | ClangFormat/.clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClangFormat/.clang-format b/ClangFormat/.clang-format index 86e797d..9b7219c 100644 --- a/ClangFormat/.clang-format +++ b/ClangFormat/.clang-format @@ -25,5 +25,5 @@ BraceWrapping: BeforeLambdaBody: true BeforeCatch: true BeforeElse: true + SplitEmptyFunction: true IndentBraces: false - SplitEmptyFunction: false |