From c983cdce8a44b52b69edac7a5d97863445b6df37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 26 Jul 2021 13:35:33 +0200 Subject: vim: return to limit of 80 characters --- vim/ftplugin/c.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'vim/ftplugin') diff --git a/vim/ftplugin/c.vim b/vim/ftplugin/c.vim index 3464e2d..add7386 100644 --- a/vim/ftplugin/c.vim +++ b/vim/ftplugin/c.vim @@ -1,6 +1,3 @@ -setlocal colorcolumn=120 -setlocal textwidth=120 - let b:ale_linters = ['ccls', 'cppcheck', 'flawfinder', 'clangtidy'] let b:ale_fixers = ['clang-format', 'remove_trailing_lines', 'trim_whitespace'] let g:ale_c_ccls_init_options = {'cache': {'directory': '/tmp/ccls/cache'}} -- cgit v1.2.3