7 lines
70 B
VimL
7 lines
70 B
VimL
|
filetype plugin indent on
|
||
|
|
||
|
set tabstop=4
|
||
|
set shiftwidth=4
|
||
|
set number
|
||
|
|