8 lines
70 B
VimL
8 lines
70 B
VimL
set number
|
|
set ts=4
|
|
set ai
|
|
set shiftwidth=4
|
|
set expandtab
|
|
set nowrap
|
|
|