tiffon / sublime-to-done

Simple, hierarchical, prioritized to do lists in plain text
MIT License
162 stars 17 forks source link

Update default settings to remove trailing comma #9

Closed walteranderson closed 9 years ago

walteranderson commented 9 years ago

On a fresh install of this plugin, the default .sublime-settings throws an error:

Error trying to parse settings: Trailing comma before closing bracket in ~/Library/Application Support/Sublime Text 2/Packages/ToDone/Settings/ToDone.sublime-settings:30:1

To solve this I just removed the trailing comma.

tiffon commented 9 years ago

Thanks!