Skip to content

Instantly share code, notes, and snippets.

@mehdirezaie
Last active August 30, 2022 15:17
Show Gist options
  • Save mehdirezaie/fd6b6ee15809bf47a7e58e216ef5f017 to your computer and use it in GitHub Desktop.
Save mehdirezaie/fd6b6ee15809bf47a7e58e216ef5f017 to your computer and use it in GitHub Desktop.
VIM settings

For best VIM settings (in your ~/.vimrc):

filetype plugin indent on
syntax on
set number
set tabstop     =4
set softtabstop =4
set shiftwidth  =4
set expandtab
set autoindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment