Convert CMake files to 4 spaces indentation

This commit is contained in:
David Hrdlička
2021-12-20 15:03:42 +01:00
parent ab2a8f24be
commit 52486e121e
28 changed files with 502 additions and 482 deletions

View File

@@ -23,4 +23,8 @@ indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
indent_size = 2
[**/CMakeLists.txt]
indent_style = space
indent_size = 4