commit 378fda771e5cb580e336472858484b836c80a9ba parent 30ddb820b19d22368a78a9cf18ca7433db0c7c34 Author: William Casarin <jb55@jb55.com> Date: Mon, 9 Nov 2020 12:08:09 -0800 vim: 8 shiftwidth is weird Diffstat:
M | dotfiles/.vim/.vimrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.vim/.vimrc b/dotfiles/.vim/.vimrc @@ -9,7 +9,7 @@ set modeline set modelines=1 set nocp set tabstop=8 -set shiftwidth=8 +set shiftwidth=2 set expandtab set ai set hlsearch