Skip to content

Commit

Permalink
Fix(beautify-options): disable wrap_line_length, as it gets confused
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 17, 2016
1 parent e6b4559 commit a212e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core/beautify-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ define([], function() {
'indent_size': 2,
'max_preserve_newlines': 5,
'preserve_newlines': true,
'wrap_line_length': 80,
'wrap_line_length': 0,
});
});

0 comments on commit a212e62

Please sign in to comment.