Sublime Forum

Word Warp Settings Ignored?

#1

I’ve tried setting word_warp to true in every place I can find, but it still seems like it is being ignored.

User Settings:
{
“color_scheme”: “Packages/Color Scheme - Default/Cobalt.tmTheme”,
“draw_white_space”: “all”,
“font_size”: 11,
“word_warp”: true
}

Javascript Settings:
{
“word_warp”: true
}

0 Likes

#2

The name of the setting is word_wrap. It is not word_warp.

User Settings:

{
    "color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme",
    "draw_white_space": "all",
    "font_size": 11,
    "word_wrap": true
}
1 Like

#3

Curses! My dyslexia strikes again!

1 Like