As the project grows in developers, we will have more and more inconsistencies in formatting, making pull requests more difficult to review (see, e.g., https://github.com/precice/calculix-adapter/pull/68). So, let's add a formatter!
Adding a .clang-format is quite easy, but it needs some time to fine-tune it to a style that is close to the original/intented.
As the project grows in developers, we will have more and more inconsistencies in formatting, making pull requests more difficult to review (see, e.g., https://github.com/precice/calculix-adapter/pull/68). So, let's add a formatter!
Adding a
.clang-format
is quite easy, but it needs some time to fine-tune it to a style that is close to the original/intented.Examples:
If needed, I can prepare something to discuss.