Skip to content

clang-format.cmake: Disable formatting for json files

Alexander Lohnau requested to merge work/clang-format-ignore-json into master

This is only supported in the latest clang-format version. Having formatting enabled would cause it to complain about no rules being set for json files.

Merge request reports