Last active
July 6, 2016 14:15
-
-
Save oculushut/1c46c0cee7bcd8ae68e3f7d8bb82d070 to your computer and use it in GitHub Desktop.
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
http://vim.wikia.com/wiki/VimTip83 | |
Makes tabs 2 spaces in width: | |
set expandtab | |
set shiftwidth=2 | |
set softtabstop=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment