computablee / DotMP

A collection of powerful abstractions for parallel programming in .NET with an OpenMP-like API.
https://computablee.github.io/DotMP/
GNU Lesser General Public License v2.1
29 stars 8 forks source link

Add code formatter to GitHub CI pipeline #58

Closed computablee closed 11 months ago

computablee commented 11 months ago

We should add a code formatter to the CI pipeline so that users making PRs don't need to adhere to strict formatting standards (the CI pipeline can auto-format). This is something I'll work on, so I'm self-assigning.

computablee commented 11 months ago

Completed.