Created
September 20, 2017 01:08
-
-
Save nobuh/403a0b121982e9d2070aeac533029ee1 to your computer and use it in GitHub Desktop.
my vimrc
This file contains 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
" To insert spaces whenever the tab key is pressed. | |
" To expand existing tabs, use :retab | |
set expandtab | |
" Number of spaces inserted for indentation. | |
set shiftwidth=4 | |
" BS delete spaces for tabs | |
set smarttab | |
" Without .swap files | |
set noswapfile | |
set tabstop=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment