From 2f254e8c7f564f246190f48372b4c317651ce764 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 26 Nov 2017 15:41:07 +0700 Subject: Update 2017-11-26 --- vim/.vim/after/ftplugin/cpp.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/.vim/after/ftplugin/cpp.vim (limited to 'vim/.vim/after/ftplugin/cpp.vim') diff --git a/vim/.vim/after/ftplugin/cpp.vim b/vim/.vim/after/ftplugin/cpp.vim new file mode 100644 index 0000000..2f6ffc8 --- /dev/null +++ b/vim/.vim/after/ftplugin/cpp.vim @@ -0,0 +1,3 @@ +" GNU Coding Standards +setlocal cindent +setlocal cinoptions=>4,n-2,{2,^-2,:2,=2,g0,h2,p5,t0,+2,(0,u0,w1,m1 -- cgit 1.4.1