From: Silvio Rhatto Date: Thu, 18 Jul 2024 23:21:04 +0000 (-0300) Subject: Fix: trailing space at .vimrc X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5353deaccd95eee6d3d01026b7685542ca1846f9;p=rhatto%2Fdotfiles%2Fvim.git Fix: trailing space at .vimrc --- diff --git a/vimrc.dot.link b/vimrc.dot.link index 4939024..07a3b73 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -11,7 +11,7 @@ set noautoindent set nosmartindent set tabstop=2 set shiftwidth=2 -set expandtab +set expandtab set mouse=a set autoread set nocompatible