Skip to content

clang-format: support 4.0 and above

Ben Boeckel requested to merge ben.boeckel/cmake:clang-format-4.0 into master

In version 4.0, a new option, BinPackArguments was introduced which changes formatting without it being changed. Leave it commented so that clang-format doesn't fail if it doesn't know the option.


Cc: @zaufi

Merge request reports