From be42d94f12e5d6f43e770b1aee5feb5e5e352a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 7 Jan 2014 20:46:46 -0800 Subject: [PATCH] Don't set max_line_length for *.md --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 4dbbc5444138d..2da19f9004b1d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,5 @@ max_line_length = 80 trim_trailing_whitespace = true [*.md] +max_line_length = 0 trim_trailing_whitespace = false