.editorconfig: Add rule for yml files

This commit is contained in:
Eduardo Almeida
2022-02-03 20:37:28 +00:00
parent acd5da1957
commit bcd7e9edd1

View File

@@ -38,3 +38,7 @@ indent_size = 2
[{CMakeLists.txt,*.cmake}]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2