mirror of https://github.com/zulip/zulip.git
editorconfig: Restore indent_size = 2 for Markdown.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
fdb7ec8c9e
commit
676fc93e1f
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue