diff --git a/.editorconfig b/.editorconfig index 7a0e19f..a11eb44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true end_of_line = lf insert_final_newline = true -[*.js] +[{*.js,*.md}] charset = utf-8 indent_style = space indent_size = 2