diff --git a/vimrc b/vimrc index 5f0d9dc50a8f9237e513bffbaef56da63aab28e6..c973379c181359c0f656d908dc53e172bfe0ff74 100644 --- a/vimrc +++ b/vimrc @@ -22,7 +22,7 @@ set listchars=tab:»-,trail:·,extends:>,precedes:<,eol:¬ noremap <F10> :set list!<CR> " Tab options -"set expandtab " Soft tabs, changes tabs to spaces +set expandtab " Soft tabs, changes tabs to spaces set tabstop=4 " Number of spaces in a tab set softtabstop=4 " Number of spaces in a soft tab set shiftwidth=4 " Number of spaces in an indentation level.