editorconfig: Add settings for Markdown and RST files

This commit is contained in:
Eduardo Almeida
2023-06-02 16:10:27 +01:00
parent b5419278ec
commit 8af15b3f3f

View File

@@ -31,6 +31,6 @@ indent_size = 4
indent_style = space
indent_size = 2
[*.yml]
[*.{md,rst,yml,yaml}]
indent_style = space
indent_size = 2