From 95fd9e2d1b500917e5516140042c2b1b63636e9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?=
Date: Tue, 26 Mar 2019 17:17:27 +0100
Subject: [PATCH] new c settings
---
ftplugin/c.vim | 6 +++++-
init.vim | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ftplugin/c.vim b/ftplugin/c.vim
index 6dd8388..a740a24 100644
--- a/ftplugin/c.vim
+++ b/ftplugin/c.vim
@@ -1,6 +1,10 @@
let g:clang_complete_copen=1
let g:clang_auto_select=1
-
+let g:clang_format#detect_style_file=1
let g:clang_format#code_style="chromium"
nnoremap