set nocompatible
filetype on
set ignorecase
set smartcase
set incsearch
syntax on
set tabstop=4
set shiftwidth=4
set expandtab