Skip to content

Clang and CMake Format preparation

Lars Bilke requested to merge bilke/ogs:format into master

This sets up required configuration for the upcoming code formatting.

The formatting then can be done with:

cd build
ninja fix-cmake-format
ninja fix-clang-format
  1. Feature description was added to the changelog
  2. Any new feature or behavior change was documented?

Merge request reports