Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created July 26, 2012 14:29
Show Gist options
  • Save sneeu/3182385 to your computer and use it in GitHub Desktop.
Save sneeu/3182385 to your computer and use it in GitHub Desktop.
autocmd FileType css setlocal ts=4 sts=4 sw=4 noexpandtab
autocmd FileType html setlocal ts=4 sts=4 sw=4 noexpandtab
autocmd FileType htmldjango setlocal ts=4 sts=4 sw=4 noexpandtab
autocmd FileType mustache setlocal ts=4 sts=4 sw=4 noexpandtab
autocmd FileType markdown setlocal ts=4 sts=4 sw=4 expandtab
autocmd FileType php setlocal ts=4 sts=4 sw=4 noexpandtab
autocmd FileType less setlocal ts=4 sts=4 sw=4 noexpandtab
autocmd FileType javascript setlocal ts=4 sts=4 sw=4 noexpandtab
autocmd FileType ruby setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType haskell setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType clojure setlocal ts=2 sts=2 sw=2 expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment