Hacker News new | ask | show | jobs
by jimmaswell 1264 days ago
> make VS do 'tabs for indentation, spaces for alignment'

Using an editorconfig file I never had an issue doing this. I get a tab if I hit tab and a space if I hit space.

1 comments

The thing I've struggled to achieve in VS is using spaces to align function arguments split across multiple lines to the open parenthesis in a file that uses tabs for regular indentation. I'd be pleased to find out I'm wrong though :)