diff options
author | Ian C <ianc@noddybox.co.uk> | 2020-09-16 13:11:28 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2020-09-16 13:11:28 +0000 |
commit | 77fdd09c6ddfe1da011b1808141e58a0fad0c54a (patch) | |
tree | 67265ef9f1de8b393c74fe4edbbf1e551f88356d /dotrc | |
parent | 1181836197e84133bb1740901683208b5b1bbf09 (diff) |
Added expandtab
Diffstat (limited to 'dotrc')
-rw-r--r-- | dotrc/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotrc/.vimrc b/dotrc/.vimrc index 652de9d..21efab0 100644 --- a/dotrc/.vimrc +++ b/dotrc/.vimrc @@ -2,7 +2,7 @@ version 4.0 set compatible set cpo-=< set sw=4 -" set expandtab +set expandtab set ai set report=2 set more |