Use two spaces after full stop when joining

This commit is contained in:
Anthony Rose 2019-06-07 22:49:28 +01:00
parent 7e7784c326
commit 405e83e4a4

2
vimrc
View file

@ -40,6 +40,7 @@ set expandtab
set history=1000 set history=1000
set ignorecase set ignorecase
set incsearch set incsearch
set joinspaces
set laststatus=2 set laststatus=2
set linebreak set linebreak
set list set list
@ -47,7 +48,6 @@ set listchars=tab:→·,trail:~,extends:>,precedes:<
set modeline set modeline
set modelines=1 set modelines=1
set nocompatible set nocompatible
set nojoinspaces
set nrformats-=octal set nrformats-=octal
set number set number
set numberwidth=8 set numberwidth=8