cmake: Use cmake_lint project, tidy up all CMake source files

This commit is contained in:
Angus Gratton
2018-02-27 15:45:30 +11:00
committed by Angus Gratton
parent 15d5e88618
commit 88df8fd293
32 changed files with 962 additions and 882 deletions
+5
View File
@@ -32,3 +32,8 @@ insert_final_newline = false
[*.py]
max_line_length = 119
[{*.cmake,CMakeLists.txt}]
indent_style = space
indent_size = 4
max_line_length = 120