spirit-code / spirit

Atomistic Spin Simulation Framework
http://spirit-code.github.io
MIT License
117 stars 52 forks source link

More clang format #585

Closed GPMueller closed 3 years ago

GPMueller commented 3 years ago

This PR formats more code with the given clang-format config. Gradually formatting the codebase will keep merging issues comparatively easy to handle and will make formatting differences in PRs/branches less likely, going forward.

The core/include/data and core/src/data folders is not being modified on other branches and reformatting them should not create any conflicts. The core/include/ioand core/src/io folders are modified on fixed-micromagnetic, but merging these changes into that branch should still be easy enough.

codecov[bot] commented 3 years ago

Codecov Report

Merging #585 (4cd2256) into develop (67d7a37) will decrease coverage by 0.00%. The diff coverage is 47.53%.

@@             Coverage Diff             @@
##           develop     #585      +/-   ##
===========================================
- Coverage    48.29%   48.29%   -0.01%     
===========================================
  Files           91       91              
  Lines        10639    10822     +183     
===========================================
+ Hits          5138     5226      +88     
- Misses        5501     5596      +95     
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 79.425% when pulling 4cd2256c56508f35db9e12e938b94a26e58842c1 on more-clang-format into 67d7a37e3f854ef536111ef094ec1bfcc6d6897d on develop.

GPMueller commented 3 years ago

Got offline approval for merging from @MSallermann.