Created
April 21, 2016 15:06
-
-
Save gatoravi/bb4b0c836d08efcd464e908d0d377e1f to your computer and use it in GitHub Desktop.
Turning on and off tabs in Vim
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
set expandtab #convert tabs to spaces | |
set noexpandtab #don't convert tabs to spaces |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment