Mentions légales du service

Skip to content

Add automatic formatting with clang-format

Théotime Grohens requested to merge tgrohens/aevol:formatting into aevol_6

This commit introduces a configuration file named .clang-format, which contains our configuration for automatically formatting code.

Documentation for clang-format settings can be found at https://clang.llvm.org/docs/ClangFormatStyleOptions.html

Merge request reports