From ad266961572412e853e4e72f1df99dddf8764284 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Fri, 11 Sep 2020 22:22:20 +0200 Subject: made parent indentation specific to C --- ftplugin/c.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftplugin') diff --git a/ftplugin/c.vim b/ftplugin/c.vim index 82834a2..f77667f 100644 --- a/ftplugin/c.vim +++ b/ftplugin/c.vim @@ -2,6 +2,8 @@ setlocal equalprg=clang-format setlocal breakat-=- setlocal keywordprg=man\ 3 +setlocal cindent cinoptions+=(0 | " indent at parentheses + map = :pyfile /usr/share/clang/clang-format.py -- cgit v1.2.3