diff --git a/.editorconfig b/.editorconfig index e660792..cabcb17 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,12 +13,4 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -# Markdown -[*.md] -max_line_length = 80 - -#JSON -[*.json] -insert_final_newline = false - # EOF #