Sublime Forum

Indentation bug when 'auto_match_enabled' is disabled (C++)

#1

I’ve had this issue for quiete a while now in ST2 and I’ve just tried ST3 and the problem is still there.

This snippet ilustrates the problem:

struct asd
{
	}

Basically, the closing bracket isn’t indented back properly. In some cases it is, but sometimes it’s not. I haven’t figured out exactly when this happens or not, but writing that snippet code in a new empty C++ file reproduces the problem.

This is on win7 (x64).

0 Likes