Reputation: 991
How make maximum length of line in Sublime 3 unlimited? I've tried to add "max_line_length": null, or even "max_line_length": 10000" to Preferences.sublime-setting, but it not works for me.
"max_line_length": null
"max_line_length": 10000"
Upvotes: 3
Views: 1309
Reputation: 3311
Just uncheck wordwrap flag in View menu.
Upvotes: 8