From 8af15b3f3f7eb8d1a7a5fc6ecdcfbb5450a2c62e Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Fri, 2 Jun 2023 16:10:27 +0100 Subject: [PATCH] editorconfig: Add settings for Markdown and RST files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 00da7b473..4b279abb8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,6 +31,6 @@ indent_size = 4 indent_style = space indent_size = 2 -[*.yml] +[*.{md,rst,yml,yaml}] indent_style = space indent_size = 2