7 lines
113 B
VimL
7 lines
113 B
VimL
|
set tabstop=4
|
||
|
set softtabstop=4
|
||
|
set shiftwidth=4
|
||
|
set textwidth=79
|
||
|
set expandtab noautoindent
|
||
|
set fileformat=unix
|