diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-09 12:32:48 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-10 15:49:44 +0900 |
commit | 6c4e78e8a55eab681393faff888448c887bb7127 (patch) | |
tree | 75e1299241ef343d216fa07b46b047e8113f2191 /.clang-format | |
parent | 31e28e2a99e6815da407d201e7287423a4956138 (diff) | |
download | libquotient-6c4e78e8a55eab681393faff888448c887bb7127.tar.gz libquotient-6c4e78e8a55eab681393faff888448c887bb7127.zip |
CMakeLists.txt: fix things around clang-format, inherit CLANG_FORMAT_ARGS
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 9bb23403..a0b2ba11 100644 --- a/.clang-format +++ b/.clang-format @@ -32,7 +32,7 @@ AlignOperands: true #AllowShortLoopsOnASingleLine: false #AlwaysBreakAfterReturnType: None #AlwaysBreakBeforeMultilineStrings: false -AlwaysBreakTemplateDeclarations: Yes +#AlwaysBreakTemplateDeclarations: true #BinPackArguments: true #BinPackParameters: true BraceWrapping: @@ -53,7 +53,7 @@ BraceWrapping: BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Custom #BreakBeforeInheritanceComma: false -BreakInheritanceList: BeforeColon +#BreakInheritanceList: BeforeColon # Only supported since clang-format 7 #BreakBeforeTernaryOperators: true #BreakConstructorInitializersBeforeComma: false #BreakConstructorInitializers: BeforeComma |