From 6d302d1f4c81630f430405091ff5eea5178e1fe7 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 24 Feb 2016 18:11:29 +0100 Subject: add vim configuration --- .vim/ftplugin/c.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vim/ftplugin/c.vim (limited to '.vim/ftplugin/c.vim') diff --git a/.vim/ftplugin/c.vim b/.vim/ftplugin/c.vim new file mode 100644 index 0000000..beaaf90 --- /dev/null +++ b/.vim/ftplugin/c.vim @@ -0,0 +1,8 @@ +setlocal tabstop=8 +setlocal softtabstop=8 +setlocal shiftwidth=8 +setlocal noexpandtab + +setlocal cino=:0 + +setlocal colorcolumn=80 -- cgit v1.2.1