Skip to content

Commit f833d25

Browse files
scttcperhansl
authored andcommitted
fix(editorconfig): use off instead of 0 for max line length (#3186)
see https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length
1 parent 9484a10 commit f833d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-cli/blueprints/ng2/files/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ insert_final_newline = true
99
trim_trailing_whitespace = true
1010

1111
[*.md]
12-
max_line_length = 0
12+
max_line_length = off
1313
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)