aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/sh.vim
Commit message (Collapse)AuthorAgeFilesLines
* Switch to default tabs, spaces for some filetypesTom Ryder2019-12-081-0/+8
Lately I've been cooperating a lot with other administrators in managing some config files, and because they all use Vim with no configuration or nearly no configuration, they use tabs for indentation everywhere. This is showing up particularly often in configuration files. It now seems like a good idea to use tabs as the default so I don't have to keep cleaning up these files afterwards. For most of the languages in which I write actual programs, however, I'm sticking with spaces for now.