Created
February 21, 2019 01:24
-
-
Save DevoKun/5c06a487f53b148186d007c001c2292e to your computer and use it in GitHub Desktop.
VIM: Switching off auto-indentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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