diff --git a/.editorconfig b/.editorconfig index 7412791..dd72225 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,3 +4,8 @@ root = true indent_style=tab indent_size=4 +[*.md] +trim_trailing_whitespace = false +indent_style = space +indent_size = 2 +