Skip to content

Instantly share code, notes, and snippets.

@shimizukawa
Created March 8, 2012 07:14
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save shimizukawa/1999354 to your computer and use it in GitHub Desktop.
vim settings for reStructuredText indentation
syntax on
filetype plugin indent on
setlocal softtabstop=3
setlocal shiftwidth=3
setlocal smarttab
setlocal expandtab
setlocal nosmartindent
setlocal wrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment