editorconfig: Restore indent_size = 2 for Markdown.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-08-20 12:37:48 -07:00 committed by Tim Abbott
parent fdb7ec8c9e
commit 676fc93e1f
1 changed files with 1 additions and 1 deletions

View File

@ -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]