From b5ced72abc93278ea7e2c8e0d8493b060298853d Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Thu, 17 Nov 2016 17:05:31 -0800 Subject: [PATCH] use off instead of 0 https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length --- packages/angular-cli/blueprints/ng2/files/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular-cli/blueprints/ng2/files/.editorconfig b/packages/angular-cli/blueprints/ng2/files/.editorconfig index 06dde115f57e..6e87a003da89 100644 --- a/packages/angular-cli/blueprints/ng2/files/.editorconfig +++ b/packages/angular-cli/blueprints/ng2/files/.editorconfig @@ -9,5 +9,5 @@ insert_final_newline = true trim_trailing_whitespace = true [*.md] -max_line_length = 0 +max_line_length = off trim_trailing_whitespace = false