.vimrc
changeset 48 514847fa6797
parent 40 b8185f03f364
child 152 7fe989d9decb
equal deleted inserted replaced
45:5c94d2613433 48:514847fa6797
     6 set nocompatible
     6 set nocompatible
     7 
     7 
     8 " Same as set ts=4, by default - 8, how long TAB.
     8 " Same as set ts=4, by default - 8, how long TAB.
     9 set tabstop=4
     9 set tabstop=4
    10 " Use spaces instead TAB.
    10 " Use spaces instead TAB.
       
    11 set expandtab
    11 set shiftwidth=4
    12 set shiftwidth=4
       
    13 set softtabstop=4
    12 set smarttab
    14 set smarttab
    13 set et
    15 set et
    14 
    16 
    15 " Move cursor on RET to previous line indent.
    17 " Move cursor on RET to previous line indent.
    16 set autoindent
    18 set autoindent