Skip to content

Instantly share code, notes, and snippets.

@shimizukawa
Created March 8, 2012 07:14
Show Gist options
  • Save shimizukawa/1999354 to your computer and use it in GitHub Desktop.
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