Created
March 8, 2012 07:14
-
-
Save shimizukawa/1999354 to your computer and use it in GitHub Desktop.
vim settings for reStructuredText indentation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
filetype plugin indent on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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