all repos — dotfiles @ 64f75fd5881d155ffde0d04d2c1e8b440c878aa1

my *nix dotfiles

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