LDMX-Software / G4DarkBreM

Dark Bremmstrahlung in Geant4 with MadGraph event libraries.
https://ldmx-software.github.io/G4DarkBreM/
Apache License 2.0
0 stars 1 forks source link

Clang format #22

Closed tomeichlersmith closed 1 year ago

tomeichlersmith commented 1 year ago

ran the following three commands

find app/ --name '*.cxx' -exec clang-format --style=Google -i {} +
find src/ --name '*.cxx' -exec clang-format --style=Google -i {} +
find include/ --name '*.h' -exec clang-format --style=Google -i {} +

Drafted since it is based off #21