aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-09 12:32:48 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-10 15:49:44 +0900
commit6c4e78e8a55eab681393faff888448c887bb7127 (patch)
tree75e1299241ef343d216fa07b46b047e8113f2191 /.clang-format
parent31e28e2a99e6815da407d201e7287423a4956138 (diff)
downloadlibquotient-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-format4
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