Skip to content

Ticket #547: C source format: fix format script to only format sources and tests files

Vincent Monfort requested to merge vmo_fix_format_script into master

When huge C files are added by user or generated in build directory, clang-format might use a huge amount of memory leading to swap memory and freeze O.S. Avoid this behavior by limiting format script to files in known places for sources and tests

Merge request reports