CSS CULRY BRACES ARE INCORRECT when coding CSS and HTML with Sublime Text2 (and also ST3)
When a new selector is entered and the opening curly brace is typed, closing curly brace auto inserts without spacing and the cursor is jammed between the two braces without any space. Obviously I cannot reproduce the corrupt cursor here, but the code charaters look like this:
selector {}
Whereas, the selectors cursor position and auto inserted closing curly brace should look like this (and I can show cursor position here):
selector { | }
How to fix this consistently ANNOYING code corruption?