diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-02 09:35:38 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-02 09:35:38 +0900 |
commit | 8dcf42e70578c8c37fe3200c3e99ffa8d80d03c3 (patch) | |
tree | da43f07e179bfe495494105b4790b1c280a8f015 /.clang-format | |
parent | 35cfef7a4253d49a37e5ce21c337fbb3d2633c42 (diff) | |
download | libquotient-8dcf42e70578c8c37fe3200c3e99ffa8d80d03c3.tar.gz libquotient-8dcf42e70578c8c37fe3200c3e99ffa8d80d03c3.zip |
.clang-format: Bring back AlwaysBreakTemplateDeclarations
It was accidentally left commented out in trying to support clang-format 5. Now that we're embracing clang-format 6+ only, it really should be on.
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 a0b2ba11..f8a3b222 100644 --- a/.clang-format +++ b/.clang-format @@ -32,7 +32,7 @@ AlignOperands: true #AllowShortLoopsOnASingleLine: false #AlwaysBreakAfterReturnType: None #AlwaysBreakBeforeMultilineStrings: false -#AlwaysBreakTemplateDeclarations: true +AlwaysBreakTemplateDeclarations: true #BinPackArguments: true #BinPackParameters: true BraceWrapping: |