From ffa0d306270c3dec40fad2ba3b8fd95d77668f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 8 Dec 2020 22:03:20 +0100 Subject: [PATCH] vim: Fix format options --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index c52d9e6..ed606ac 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -71,8 +71,8 @@ set shiftwidth=4 set autoindent set expandtab set smartindent -"set formatoptions=tcqjron -set formatoptions= +set formatoptions=tcqjron +"set formatoptions= " == ui == set cursorline