From eb9e921d3d7a4f6b91651bbfc3fedb72a6d91f1d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 19 Jun 2019 22:34:49 +1200 Subject: Add a word to a comment --- vim/after/indent/c.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/after/indent/c.vim b/vim/after/indent/c.vim index 87291541..dfc50242 100644 --- a/vim/after/indent/c.vim +++ b/vim/after/indent/c.vim @@ -1,4 +1,4 @@ -" Use tabs for C +" Use hard tabs for C setlocal noexpandtab shiftwidth=0 tabstop=8 if &softtabstop != -1 let &softtabstop = &shiftwidth -- cgit v1.2.3