Skip to content

Commit

Permalink
fix(editorconfig): use off instead of 0 for max line length (#3186)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored and hansl committed Nov 22, 2016
1 parent 9484a10 commit f833d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-cli/blueprints/ng2/files/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f833d25

Please sign in to comment.