Search code examples
sublimetext2sublimetextsublimetext3sublime-text-plugin

sublime text 2 word wrap setting doesn't work


I put this preference.sublime-settings,

{
    "ignored_packages":
     [
        "Vintage"
     ]

        "word_wrap": true
}

But the error comes out like this when I save it: Error trying to parse settings: Unexpected character, expected a comma or closing bracket in ~/Library/Application Support/Sublime Text 2/Packages/User/Preferences.sublime-settings:7:2

what's wrong with this?


Solution

  • I should have edited Preference.sublime-settings-Default instead of User. That was the problem.