2020-02-20 22:48:44 +01:00

13 lines
164 B
VimL

set number
syntax on
set nowrap
set tabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab
set showmatch
set autoindent
filetype indent plugin off
set noeol