From 7551dec1e0acc340dd655f761fd5495f84923833 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 5 Aug 2019 18:25:15 -0700 Subject: [PATCH] use tabs for cpp --- .vim/ftplugin/cpp.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vim/ftplugin/cpp.vim diff --git a/.vim/ftplugin/cpp.vim b/.vim/ftplugin/cpp.vim new file mode 100644 index 0000000..bbd8967 --- /dev/null +++ b/.vim/ftplugin/cpp.vim @@ -0,0 +1 @@ +setlocal noexpandtab