VTT-ProperTune / OpenPFC

Open-source solver for phase field crystal type (PFC) type problems.
GNU Affero General Public License v3.0
8 stars 4 forks source link

Fix code formatting and user clang-format in ci pipeline #43

Closed ahojukka5 closed 6 months ago

ahojukka5 commented 6 months ago

Automatically check that code is properly formatted by the rules defined in .clang-format. There is tools like run-clang-format.py to easily check file formatting locally as well as "auto-format on save" when using vs code.