Skip to content

Format C/C++/CUDA using clang-format

Andrew Gozzard requested to merge agozzard_clang-format into spiir-O4-EW-development

Add .clang-format
Run clang-format
Run on OzStar using clang-format 9.0.1
find . -name '*?.[ch]*' | xargs clang-format -i in gstlal-spiir
Run repeatedly until files stopped changing

Edited by Andrew Gozzard

Merge request reports