Dobiasd / FunctionalPlus

Functional Programming Library for C++. Write concise and readable C++ code.
http://www.editgym.com/fplus-api-search/
Boost Software License 1.0
2.07k stars 168 forks source link

Formatting CI check #293

Closed offa closed 6 months ago

offa commented 6 months ago

As mentioned in #291.

This checks the formatting as part of the CI build.

I have added .clang-format and .clang-format-ignore files to keep the configuration same, no matter how it clang-format is invoked (CI, script, editor, …).

There were some minor formatting issues left, which are corrected too.

Dobiasd commented 6 months ago

Oh, what a beautiful solution. :rocket: Thanks a lot! :heart:

Dobiasd commented 6 months ago

Oh, sorry, you nicely separated the changes into 3 distinct commits, but I accidentally clicked "Squash and merge" instead of "Rebase and merge". :hippopotamus: :face_in_clouds: