Skip to content

Instantly share code, notes, and snippets.

@DevoKun
Created February 21, 2019 01:24
Show Gist options
  • Save DevoKun/5c06a487f53b148186d007c001c2292e to your computer and use it in GitHub Desktop.
Save DevoKun/5c06a487f53b148186d007c001c2292e to your computer and use it in GitHub Desktop.
VIM: Switching off auto-indentation
" Switch off all auto-indenting
set nocindent
set nosmartindent
set noautoindent
set indentexpr=
filetype indent off
filetype plugin indent off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment