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