all repos — dotfiles @ 9561d9bd704d8c05db90e5539824f73cd32f6860

my *nix dotfiles

config/nvim/ftplugin/c.vim (view raw)

 1
 2
 3
 4
 5
 6
 7
setlocal tabstop=2
setlocal shiftwidth=2
setlocal autoindent
setlocal smarttab
setlocal noexpandtab
setlocal textwidth=80
setlocal formatoptions=croql