scatterd-dotfiles/vim/ftplugin
Greg Lazarev f25b410bba Avoid expanding tabs to spaces for Golang files
* `noexpandtab` will ensure tabs are used instead of staces when tabbing
or auto-indenting.
* `softtabstop=2` isn't needed because we are already setting
`tabstop=2` in our `.vimrc`.
2016-04-08 13:33:31 -04:00
..
css.vim Extract filetype-specific setups to ftplugin 2015-12-18 16:18:32 -05:00
gitcommit.vim Extract filetype-specific setups to ftplugin 2015-12-18 16:18:32 -05:00
go.vim Avoid expanding tabs to spaces for Golang files 2016-04-08 13:33:31 -04:00
markdown.vim Extract filetype-specific setups to ftplugin 2015-12-18 16:18:32 -05:00
sass.vim Extract filetype-specific setups to ftplugin 2015-12-18 16:18:32 -05:00
scss.vim Extract filetype-specific setups to ftplugin 2015-12-18 16:18:32 -05:00