Browse Source

utils: Add .yml indent_size to .editorconfig

Mark Jansen 2 years ago
parent
commit
da9d3866e2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -12,3 +12,6 @@ trim_trailing_whitespace = true
 
 [clib.json]
 indent_size = 2
+
+[*.yml]
+indent_size = 2