Search Results

3
votes
1answer
158 views

How do I emulate vim’s ‘softtabstop’ in emacs?

I've been trying to get into emacs lately, and one of the things I need to get right is indentation. Example 1: sub foo { my $bar = 'quux'; | Examp …