diff options
-rw-r--r-- | Editor/vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Editor/vimrc b/Editor/vimrc index 5b3510e..19903e9 100644 --- a/Editor/vimrc +++ b/Editor/vimrc @@ -76,10 +76,10 @@ nnoremap <leader>v :!open '<cfile>'<CR> "read spaces in path's set isfname+=32 -""Set tab to two spaces -"set expandtab -"set shiftwidth=2 -"set softtabstop=2 +"Set tab to two spaces +set expandtab +set shiftwidth=2 +set softtabstop=2 "Make tab into another escape |