boostorg / locale

Boost.Locale
Boost Software License 1.0
31 stars 70 forks source link

Use clang-format #98

Closed Flamefire closed 1 year ago

Flamefire commented 2 years ago

@artyom-beilis Would you mind if I used clang-format to format the sources and a CI job to enforce this? I'd do the same as in Boost.Nowide.

The changeset will be rather large, but the inconsistencies keep bugging me, like spaces or not around operators, trailing whitespace etc. So I'd rather do a one-time reformat and then have cleaner diffs later on.