.vimrc (273B)
1 syntax off 2 set encoding=utf-8 3 set backspace=indent,eol,start 4 set autoindent 5 set copyindent 6 set noswapfile 7 set nobackup 8 set tabstop=2 9 set shiftwidth=2 10 set softtabstop=2 11 set expandtab 12 set wrap 13 set ignorecase 14 set ruler 15 set magic 16 set scrolloff=4 17 set smartindent 18 set shiftround