InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 16 forks source link

STYLE: Use ITK clang-format style #73

Closed thewtex closed 4 years ago

thewtex commented 4 years ago

Did you just run clang-format on these files as is, or did you replace it with token names, ran the style, then transferred changes to the original files?

I ran clang-format on the files, but I had to manually go back and fix them because clang-format did not understand the template macro syntax.