blob: bfea324bc9a6d418a61365c536e9f15aaf0422d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
syntax on
filetype plugin indent on
set tabstop=4
set shiftwidth=4
set expandtab
set noesckeys
set relativenumber
set number
set ignorecase
set smartcase
set incsearch
set modeline
|