diff options
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ augroup end autocmd FileType rust setlocal ts=4 sw=4 softtabstop=4 expandtab autocmd FileType zig setlocal ts=4 sw=4 softtabstop=4 expandtab autocmd FileType yaml setlocal ts=2 sw=2 softtabstop=2 expandtab +autocmd FileType nroff setlocal expandtab autocmd FileType gitcommit setlocal textwidth=72 formatoptions-=t |