fhackenberger / ktikz

KtikZ provides a nice user interface for making pictures using TikZ.
Other
348 stars 34 forks source link

cmake: format using gersemi #74

Closed alexfikl closed 3 months ago

alexfikl commented 3 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.

Applied using fd

fd -e txt -x gersemi --line-length 100 --indent 4 -i CMakeLists.txt