Reputation: 4745
I've had to edit configuration files for all of my various editors (emacs, vim, nano, etc.) to have a tab spacing equal to 4 spaces instead of the seemingly default 8. Is there a more elegant way? Some master file I can point them all to in order to use the same tabs/spaces settings for all of them?
Upvotes: 1
Views: 269
Reputation: 4281
Try to use http://editorconfig.org (you need to place .editorconfig in each project)
Upvotes: 3