" process only once if exists("b:did_ftplugin") || &compatible finish endif let b:did_ftplugin = 1 " Setup tabstops to 8 and indents to 2 setlocal ts=8 setlocal sw=8 "set noexpandtab " use tabs, not spaces " line wrapping in c comments not c code setlocal tw=78 " Set the line wrap length "set formatoptions=cq " c allows tw to work on comments, q allows use of gq* "colorscheme darkblue