Skip to content

split the fmt rule into fmt-check and fmt

STEVAN Antoine requested to merge split-fmt-makefile-rule into main

this MR splits the fmt rule of the Makefile into fmt-check and fmt, where fmt does the actual formatting and fmt-check only checks for bad format.

Merge request reports