LatticeQCD / SIMULATeQCD

SIMULATeQCD is a multi-GPU Lattice QCD framework that makes it easy for physicists to implement lattice QCD formulas while still providing competitive performance.
https://latticeqcd.github.io/SIMULATeQCD/
MIT License
30 stars 13 forks source link

Run clang tidy format to make the code more readable #4

Open lukas-mazur opened 2 years ago

lukas-mazur commented 2 years ago

Run clang tidy format to make the code more readible

clarkedavida commented 2 years ago

I don't know what clang does, but something to check here is tabs/spaces.

In VSCode you can do something like F1 --> "change tabs to spaces", and we can make sure everyone is following the 4-space indentation convention we decided on.