xournalpp
xournalpp copied to clipboard
Format source files with clang-format
The command used at the root directory was
find src/ \
-regex '.*\.\(h\|hpp\|c\|cpp\)' \
-execdir clang-format -i \
-style=file {} \;