I’m experiencing some odd behavior with settings being commented automatically.
I couldn’t’ figure out when this happens, but every now and then when I open the settings file I see something like this:
{
"font_size": 12,
/*"indentUsingSpaces": true,*/
/*"draw_white_space": "all",*/
/*"translateTabsToSpaces": true,*/
/*"tabSize": 4,*/
"ignored_packages":
[
...
],
}
When I uncomment the erroneously commented settings, they just get commented again automatically a while later.
Any ideas?