dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

c.vim (99B) [raw]


      1 " TAB is TAB
      2 setlocal softtabstop=8
      3 setlocal shiftwidth=8
      4 setlocal noexpandtab
      5 setlocal nosmarttab