diff --git a/.editorconfig b/.editorconfig index 7207e2d..0c5bdfe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -47,3 +47,7 @@ indent_style = tab # .htaccess [.htaccess] indent_style = tab + +# Markdown files +[*.md] +max_line_length = 80