From 6e0bdcd154d743ecadc5a05360cbbb82bf71a363 Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Sun, 31 Oct 2021 23:31:59 -0700 Subject: [PATCH] Vim: column count for cpp for .h files --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 3417bba..9d21ef7 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -8,7 +8,7 @@ filetype plugin indent on syntax on autocmd CmdwinEnter * noremap -autocmd FileType rust,c,java,tex set noexpandtab colorcolumn=101 textwidth=100 +autocmd FileType rust,c,cpp,java,tex set noexpandtab colorcolumn=101 textwidth=100 autocmd FileType markdown set noexpandtab colorcolumn=81 textwidth=80 autocmd FileType markdown,tex set ai spell