Skip to content

coding style: Switch to clang-format

Xavier Claessens requested to merge xclaesse/gstreamer:clang-format into main

A mass reformat can be done with:

ninja -C builddir clang-format

pre-commit script requires git-clang-format tool which is distributed with clang-format.

Merge request reports