@russell-taylor
I just noticed that angles_to_config is a separate subproject that's not included in the main CMakeLists file. Not for this PR, but we'll want to do add_subdirectory for this and other subprojects. Otherwise you need to CMake each one of those folders and .clang-format in the root doesn't get applied to it.
@russell-taylor I just noticed that angles_to_config is a separate subproject that's not included in the main CMakeLists file. Not for this PR, but we'll want to do add_subdirectory for this and other subprojects. Otherwise you need to CMake each one of those folders and .clang-format in the root doesn't get applied to it.