Our organization is looking to standardize the way we use const T& and T const& and while we initially looked at clang-format to solve the job, it doesn't reorder tokens so there is no way to swap const and T.
Does anyone have an idea as to how I can reorder these systematically?