cmstas / NanoTools

tools, usage examples for CMS nanoAOD
1 stars 15 forks source link

switch from astyle to clang-format #1

Closed aminnj closed 4 years ago

aminnj commented 4 years ago

Switch from astyle to a more compact format via clang-format since it seems like more people use/conform to clang-format. The new format reduces the line count of ElectronSelections.cc by a factor of two, for example.

Also, this new format is pretty close to the (somewhat hodgepodge of) formats in cmstas/CORE. Maybe it makes comparing/diffing easier.