Browse Source

Merge pull request #523 from learn-more/editorconfig

utils: Add .yml indent_size to .editorconfig
Rob Loach 2 years ago
parent
commit
9878e57d61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

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