dotfiles/symlinks/config/nvim/after/ftplugin/mail.vim

7 lines
131 B
VimL
Raw Normal View History

2022-07-23 14:28:37 +00:00
setlocal textwidth=72
setlocal formatoptions+=n
setlocal shiftwidth=4
setlocal tabstop=4
setlocal expandtab
setlocal softtabstop=4