Skip to content

Instantly share code, notes, and snippets.

@antirez
Created January 30, 2012 11:19
Show Gist options
  • Save antirez/1703911 to your computer and use it in GitHub Desktop.
Save antirez/1703911 to your computer and use it in GitHub Desktop.
augroup filetypedetect
au BufNewFile,BufRead *.md set filetype=markdown softtabstop=4 shiftwidth=4
augroup END
@xiaods
Copy link

xiaods commented Jan 31, 2012

au BufRead,BufNewFile *.{md,mdown,mkd,mkdn,markdown,mdwn} set filetype=mkd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment