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:
parent
48c7add817
commit
68a1291bc6
2 changed files with 9 additions and 9 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue