From f84068c2c1ee6544fc6905c7103f23bb22f5f78b Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 9 Aug 2022 17:48:12 +0200 Subject: [PATCH] vimrc: set ts,sw=4, tw=99 for ft=sway --- .vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index 3d63ccb..8df2121 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -544,8 +544,8 @@ au FileType html setlocal shiftwidth=4 tabstop=4 au BufNewFile,BufRead *.js \ setlocal shiftwidth=4 tabstop=4 softtabstop=4 expandtab autoindent fileformat=unix -au FileType sway setl textwidth=79 - \ tabstop=8 shiftwidth=8 softtabstop=8 noexpandtab autoindent +au FileType sway setl textwidth=99 + \ tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent au FileType rust setl \ tabstop=8 shiftwidth=8 softtabstop=8 noexpandtab autoindent ff=unix