From 032b099868d4f9832675220f56b3aca7d2da0895 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 16 Aug 2022 16:27:42 -0500 Subject: [PATCH] expand tabs to spaces --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index e804888..2344ee2 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -26,6 +26,6 @@ endif " coding preferences syntax on -set noautoindent smarttab ts=2 sw=2 +set noautoindent smarttab ts=2 sw=2 expandtab set showmatch set ruler