1
0
Fork 0

Update clang-format rules to 9.0

Set AllowAllConstructorInitializersOnNextLine to false. This prevents
formatting problem when initializer list is long enough to be wrapped
once, but all initializers fitted into the next line.

Turn on AlignConsecutiveMacros option.
This commit is contained in:
Patryk Obara 2020-04-02 03:05:26 +02:00 committed by Patryk Obara
parent 48c7add817
commit 68a1291bc6
2 changed files with 9 additions and 9 deletions

View file

@ -51,7 +51,7 @@ main () {
handle_dependencies () {
assert_min_version git 1007010 "Use git in version 1.7.10 or newer."
assert_min_version clang-format 8000000 "Use clang-format in version 8.0.0 or newer."
assert_min_version clang-format 9000000 "Use clang-format in version 9.0.0 or newer."
}
assert_min_version () {