Skip to content

Add KDEClangFormat cmake support & pre-commit hook; Run clang-format

ivan tkachenko requested to merge work/ratijas/clang-format into master

This allows devs to run: "make clang-format" and format all files easily using the preset KDE clang format style

This patch adds support so devs can easily test the intended formatting now, it doesn't change the code yet.

Doing an initial run to commit everything will happen later.

CC @mlaurent @waqar @alex

Merge request reports