diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/.clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/.clang-format b/host/include/.clang-format index c8aad70cc..e2dc7e0a7 100644 --- a/host/include/.clang-format +++ b/host/include/.clang-format @@ -15,7 +15,7 @@ AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false -AlwaysBreakTemplateDeclarations: false +AlwaysBreakTemplateDeclarations: true BinPackArguments: false BinPackParameters: false BreakBeforeBinaryOperators: NonAssignment |