Mercurial > dotfiles
changeset 277:a567e547b45a
Set tabs to 2 spaces
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 24 Aug 2020 21:33:49 +0200 |
parents | ecc3074ac1fc |
children | 7daae1b70617 |
files | dot_config/nvim/init.vim |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/nvim/init.vim Mon Aug 24 21:29:27 2020 +0200 +++ b/dot_config/nvim/init.vim Mon Aug 24 21:33:49 2020 +0200 @@ -284,11 +284,7 @@ set fixendofline set expandtab " Expand tabs to spaces -if s:darwin - set tabstop=2 shiftwidth=2 " Tab is 2 spaces -else - set tabstop=3 shiftwidth=3 -endif +set tabstop=2 shiftwidth=2 " Tab is 2 spaces set shiftround " Round shift indents to nearest value