add script to check clang-format without parallel command
Compare changes
scripts/check-format-no-parallel.sh
0 → 100644
+ 28
− 0
\ No newline at end of file
Add script that rewrites check-format-cpp.sh
to not use the parallel command.
Instead it uses the shell &
to start a check for each file in the background (and thus somehow parallel).
Performance might be worse, but it is only used for local checking before pushing.
Closes #445
Petrack::keyBindings()