Pārlūkot izejas kodu

CI: Update editorconfig to match CMake-format configuration

PatTheMav 3 gadi atpakaļ
vecāks
revīzija
6d5dd75e4a
1 mainītis faili ar 12 papildinājumiem un 0 dzēšanām
  1. 12 0
      .editorconfig

+ 12 - 0
.editorconfig

@@ -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