CI: Update editorconfig to match CMake-format configuration

This commit is contained in:
PatTheMav
2022-03-18 05:46:21 -07:00
committed by Jim
parent 14f6ea0841
commit 6d5dd75e4a
+12
View File
@@ -17,3 +17,15 @@ indent_size = 8
[plugins/obs-outputs/librtmp/*.{cpp,c,h}]
indent_style = space
indent_size = 4
[CMakeLists.txt]
indent_style = space
indent_size = 2
[**/CMakeLists.txt]
indent_style = space
indent_size = 2
[cmake/**/*.cmake]
indent_style = space
indent_size = 2