This repository has been archived on 2023-01-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mail-config/vim/.vim/_formatting.vim
2021-06-10 11:46:44 +02:00

6 lines
228 B
VimL

" Text width, comment format, indenting, formatoptions
set tw=72 " text width for line-break
set comments=s1:/mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-,fb:*
set ai! " auto indent
set fo+=tcqn " format options