diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-12-11 22:33:56 +0100 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-12-15 15:20:54 +0100 |
commit | fa898e6836a8fc2c7b6c8c15ad21818b16a89863 (patch) | |
tree | 67528e7f1366e6addf601d095c8c891e7758c304 /src/.clang-format | |
parent | 9776186e9f8ee00f912fc9d0ee8e634bb9401bfe (diff) |
refactor: Print verbose serialize compiler error messages
Diffstat (limited to 'src/.clang-format')
-rw-r--r-- | src/.clang-format | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.clang-format b/src/.clang-format index 2e5d5c6449..f20e5ee2d4 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -43,5 +43,7 @@ SpacesInAngles: false SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false +BreakBeforeConceptDeclarations: Always +RequiresExpressionIndentation: OuterScope Standard: c++20 UseTab: Never |