prisms-center / phaseField

PRISMS-PF: An Open-Source Phase-Field Modeling Framework
https://prisms-center.github.io/phaseField/
Other
229 stars 119 forks source link

Fixes to regex in `.clang-format` header groupings #216

Closed landinjm closed 2 months ago

landinjm commented 3 months ago

I redid some of the auto-formatting rules to suit my tastes in code formatting. Also, the regex groups are more comprehensive now and don't have odd exceptions (i.e., computeStress.h).

This should close #191. Once this is done, we should be able to merge the development branch into master (potentially deleting the dev branch and using the release versions as stable references). Let me know what you think @david-montiel-t