From 676fc93e1f7cd13f53b2991e7a61cbc73911ff62 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 20 Aug 2021 12:37:48 -0700 Subject: [PATCH] editorconfig: Restore indent_size = 2 for Markdown. Signed-off-by: Anders Kaseorg --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7009d2232c..6a18d8f259 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,7 +17,7 @@ max_line_length = 100 [*.{py,pyi}] max_line_length = 110 -[*.{svg,rb,pp,yaml,yml}] +[*.{md,svg,rb,pp,yaml,yml}] indent_size = 2 [package.json]