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]