.vimrc 98 B

1234567
  1. set tabstop=2
  2. set shiftwidth=2
  3. set smarttab
  4. set expandtab
  5. set smartindent
  6. set hlsearch
  7. set number