One thing that drives me mad for quite a while now that sublime auto-inserts a space after a css property, like color: black;
instead of leaving it at color:black;
.
Is there some way to configure it? I have found this old thread Remove blank space after CSS style where a user suggests editing css_completions.py
However, i have looked into it and the way the autoocmplete has probably changed and there is no .append((p, p + ": ")) …
in the file.
Could someone help?