Skip to content

Instantly share code, notes, and snippets.

@cj
Created February 20, 2012 04:35
Show Gist options
  • Save cj/1867879 to your computer and use it in GitHub Desktop.
Save cj/1867879 to your computer and use it in GitHub Desktop.
augroup taskpaper
au! BufRead,BufNewFile *.taskpaper setfiletype taskpaper
au FileType taskpaper setlocal noexpandtab shiftwidth=4 tabstop=4
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment