Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 10th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. syntax on
  2. filetype plugin indent on
  3. set expandtab
  4. set smarttab
  5. set ts=4
  6. set sw=4
  7. set sts=4
  8. set autoindent
  9. set smartindent
  10. set ignorecase
  11. set smartcase
  12. set incsearch
  13. set showmatch
  14. set undofile
  15. set backspace=indent,eol,start
  16. set linespace=3
  17. set wrap
  18. set textwidth=79
  19. set formatoptions=qrn1
  20. set colorcolumn=85