From f833d257fa8698d3d468f9a13943a7b3559804fb Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Tue, 22 Nov 2016 14:04:42 -0800 Subject: [PATCH] fix(editorconfig): use off instead of 0 for max line length (#3186) see 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