I'm getting this error when trying to enable word wrap:
Error trying to parse settings: Unexpected character, expected a comma or closing bracket in Packages/User/Preferences.sublime-settings:3:13
This is the code in my Preferences.sublime-settings:
{
"ignored_packages":
"word_wrap": "true",
[
"Vintage"
]
}
You can also set it manually, without code just go to Sublime Text check the menus, click on view menu and in there click on the word wrap.
If you click on “View” in the top bar again, then click “Word Wrap Column” you can select how wide you want the text to be before wrapping around.
Word wrap is often set up by default and can be turned off by enabling hyphenation, clicking the word wrap button, or adjusting the program's settings. The picture shows an example of what a word wrap button may look like or resemble for programs that have the option.
Try this:
{
"ignored_packages":
[
"Vintage"
],
"word_wrap": true
}
I changed two things:
"Vintage"
inside the list of ignored packages."true"
in "word_wrap": "true"
.You can also set it manually, without code just go to Sublime Text
check the menus, click on view menu and in there click on the word wrap.
For more check the image below.
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