16 lines
194 B
Plaintext
16 lines
194 B
Plaintext
|
" Common.
|
||
|
set encoding=utf-8
|
||
|
set fileencoding=utf-8
|
||
|
set nobackup
|
||
|
set noswapfile
|
||
|
|
||
|
" Tabs.
|
||
|
set tabstop=2
|
||
|
set shiftwidth=2
|
||
|
|
||
|
" Lines.
|
||
|
set number
|
||
|
set relativenumber
|
||
|
set cursorline
|
||
|
set colorcolumn=80
|