dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit b2e658a44c463ce1a2d4e44cfed9639b9f2d83d2 (patch)
parent a418fb09789023b514a7bd67a3381be5fe1cf6b6
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat, 26 Sep 2020 22:35:28 -0400

vim: Go prefers tabs over spaces, I guess...

Diffstat:
Avim/ftplugin/go.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/ftplugin/go.vim b/vim/ftplugin/go.vim @@ -0,0 +1,2 @@ +setlocal noexpandtab +setlocal sw=8 sts=8