10 lines
127 B
VimL
10 lines
127 B
VimL
|
set nocompatible
|
||
|
filetype on
|
||
|
set ignorecase
|
||
|
set smartcase
|
||
|
set incsearch
|
||
|
syntax on
|
||
|
set tabstop=4
|
||
|
set shiftwidth=4
|
||
|
set expandtab
|