From f573a74370d23017980183d15854286b98fe15b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20LAJOIE?= Date: Mon, 23 Mar 2020 22:52:35 +0100 Subject: [PATCH] Force to not show tabs --- plugin/linuxsty.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/linuxsty.vim b/plugin/linuxsty.vim index 18b2867fd9..ff0aad39fe 100644 --- a/plugin/linuxsty.vim +++ b/plugin/linuxsty.vim @@ -66,6 +66,7 @@ function s:LinuxFormatting() setlocal cindent setlocal cinoptions=:0,l1,t0,g0,(0 + setlocal nolist endfunction function s:LinuxKeywords()