Closed alexfikl closed 6 months ago
This auto-formats the CMakeLists.txt files a bit using gersemi (it's not great, but it seems to be maintained). The formatting tries to match the settings in .clang-format.
CMakeLists.txt
.clang-format
Applied using fd
fd -e txt -x gersemi --line-length 100 --indent 4 -i CMakeLists.txt
This auto-formats the
CMakeLists.txt
files a bit using gersemi (it's not great, but it seems to be maintained). The formatting tries to match the settings in.clang-format
.Applied using fd