Skip to content

Instantly share code, notes, and snippets.

@mahradbt
Last active January 2, 2022 08:31
Show Gist options
  • Save mahradbt/cc8414a5b72b69cecafd051160e73a7e to your computer and use it in GitHub Desktop.
Save mahradbt/cc8414a5b72b69cecafd051160e73a7e to your computer and use it in GitHub Desktop.

auto reindent and reformate tabs: gg=G

fix tabs:

filetype plugin indent on                                                               │
" show existing tab with 4 spaces width                                                 │
set tabstop=4                                                                           │
" when indenting with '>', use 4 spaces width                                           │
set shiftwidth=4                                                                        │
" On pressing tab, insert 4 spaces                                                      │
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment