xournalpp icon indicating copy to clipboard operation
xournalpp copied to clipboard

Format source files with clang-format

Open createyourpersonalaccount opened this issue 2 years ago • 0 comments

The command used at the root directory was

find src/                                 \
     -regex '.*\.\(h\|hpp\|c\|cpp\)'      \
     -execdir clang-format -i             \
                           -style=file {} \;