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