Sublime Forum

Settings get commented automatically

#1

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?

0 Likes

#2

Probably a package doing that. What packages do you have installed?

0 Likes