In sublime text 3, it will be nice if a line break is inserted after wrapping the code after 80 characters. However, I have not found this plugin yet. Does anyone know the configuration/plugin?
I found the link for wrapping lines after 80 characters. 80-characters / right margin line in Sublime Text 3
Check out AutoWrap. It will hard wrap automatically whenever you hit the ruler. It works nearly perfectly for me.
I successfully used regex find-replace in Sublime Text:
replace
(.{80})
with
$1\n
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With