diff --git a/.editorconfig b/.editorconfig index 5b1a237..6129ce9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ max_line_length = 80 [{package.json, *.yml, *.yaml}] indent_style = space indent_size = 2 + +[*.{markdown, md}] +indent_size = 4