Skip to content

Uniformizes the formatting of files across the whole project

guillaume Peillex requested to merge uniformize_pre_commit_and_clang_format into main

This MR proposes to use the same .pre-commit-config.yml and .clang-format files across the whole project (i.e for all filters).

By the way, .pre-commit-config.yml is now the same as the one used in readers repo. .clang-format is identical to the one used in readers repo except the specificity of the readers.

Merge request reports