CMake: introduce consistent CMake style

The tool "gersemi" [1] formats CMake code. It is an opinionated
and slightly simplistic "just work" formatter. Let's see how
it does on Calamares CMake code.

[1] https://github.com/BlankSpruce/gersemi
This commit is contained in:
Adriaan de Groot 2021-04-28 11:50:57 +02:00
parent 396746acc1
commit a27b72e893

6
.gersemirc Normal file
View File

@ -0,0 +1,6 @@
color: false
definitions: [ CMakeModules/CalamaresAddTest.cmake ]
line_length: 120
quiet: false
unsafe: false