Archived
1
0
Fork 0

nvim: Always default to 72-column lines for patch files

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-03-02 18:19:25 +01:00
parent 3bb50add60
commit 63d6e70499
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -403,6 +403,9 @@ autocmd FileType cpp setlocal tabstop=4 shiftwidth=4 expandtab
" html
autocmd Filetype html setlocal tabstop=2 shiftwidth=2 expandtab
" patch
autocmd FileType gitsendemail setlocal textwidth=72
" javascript
let g:javascript_enable_domhtmlcss = 1