SSoelvsten / bdd-benchmark

Benchmarking Suite for BDD packages
MIT License
11 stars 2 forks source link

Add `.clang-format` #101

Closed nhusung closed 9 months ago

nhusung commented 9 months ago

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:)

SSoelvsten commented 9 months ago

Very good point.