Apologies if this is a FAQ. I’ve searched for the answer but I just don’t know what I’m supposed to do.
I’m coding in Ruby. When I start a line with a pound sign for a comment, then hit tab, it automatically inserts => surrounded by spaces instead of a tab. So what I want is this:
#[tab]
But what I get is this:
#[space]=>[space]
How do I modify that?