Forráskód Böngészése

utils: Apply indent_size 2 to all JSON and YAML files

Rob Loach 2 éve
szülő
commit
8d9f46a6a5
1 módosított fájl, 1 hozzáadás és 4 törlés
  1. 1 4
      .editorconfig

+ 1 - 4
.editorconfig

@@ -10,8 +10,5 @@ indent_size = 4
 insert_final_newline = true
 insert_final_newline = true
 trim_trailing_whitespace = true
 trim_trailing_whitespace = true
 
 
-[clib.json]
-indent_size = 2
-
-[*.yml]
+[**.{json,yml}]
 indent_size = 2
 indent_size = 2