From 59f084e3de7c4b23dcf50b1e09f4cb55a11ede0b Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Fri, 17 Jun 2016 00:22:55 +0200 Subject: update vim configuration and move .vimrc to .vim/vimrc --- .vim/after/ftplugin/cpp.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vim/after/ftplugin/cpp.vim (limited to '.vim/after/ftplugin/cpp.vim') diff --git a/.vim/after/ftplugin/cpp.vim b/.vim/after/ftplugin/cpp.vim new file mode 100644 index 0000000..0e18e2e --- /dev/null +++ b/.vim/after/ftplugin/cpp.vim @@ -0,0 +1,5 @@ +setlocal expandtab +setlocal shiftwidth=4 +setlocal softtabstop=4 + +setlocal cino=N-s -- cgit v1.2.1