.editorconfig: Update CMake style

Our CMakeLists.txt and CMake files primarly use two spaces for indenting, and from what I've seen we enforce a final newline during PR reviews.
This commit is contained in:
Joshua Vandaële 2026-01-04 12:14:00 +01:00
parent 74c5ca79e2
commit 75560925f1
No known key found for this signature in database
GPG Key ID: 6BB95AF71EB0F406

View File

@ -11,7 +11,8 @@ insert_final_newline = true
max_line_length = 100
[{CMakeLists.txt,*.cmake}]
indent_style = tab
indent_style = space
insert_final_newline = true
[.editorconfig]
insert_final_newline = true