For (my) upcoming contributions, it would be great to have some guidance regarding code style. The .clang-format file is just copied from https://github.com/SSoelvsten/adiar/pull/599. The goal of this PR is not that all the current code does not change when running clang-format but to have a code style that is accepted for new code. (Personally, I don't like thinking about whether my code style complies with the currently used code style :sweat_smile:)
For (my) upcoming contributions, it would be great to have some guidance regarding code style. The
.clang-format
file is just copied from https://github.com/SSoelvsten/adiar/pull/599. The goal of this PR is not that all the current code does not change when runningclang-format
but to have a code style that is accepted for new code. (Personally, I don't like thinking about whether my code style complies with the currently used code style :sweat_smile:)