summaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/cpp.vim
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2016-06-17 00:22:55 +0200
committerRobin Krahl <me@robin-krahl.de>2016-06-17 00:22:55 +0200
commit59f084e3de7c4b23dcf50b1e09f4cb55a11ede0b (patch)
treeb7b538916e0cb3687ff9b73e00037176cf29d32d /.vim/after/ftplugin/cpp.vim
parent31a73f5e9ab793eb2e0f6f7541c62a041cb8d068 (diff)
downloaddotfiles-59f084e3de7c4b23dcf50b1e09f4cb55a11ede0b.tar.gz
dotfiles-59f084e3de7c4b23dcf50b1e09f4cb55a11ede0b.tar.bz2
update vim configuration and move .vimrc to .vim/vimrc
Diffstat (limited to '.vim/after/ftplugin/cpp.vim')
-rw-r--r--.vim/after/ftplugin/cpp.vim5
1 files changed, 5 insertions, 0 deletions
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