diff options
author | Himbeer <himbeer@disroot.org> | 2024-08-29 11:01:35 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-08-29 11:01:35 +0200 |
commit | 5887091bb7a276ada45c502fa27ceae18bf57f55 (patch) | |
tree | b99dcbd76433d662177d53810977416e02b3a657 | |
parent | c1065cbf30fa5d32a826a2fc7326e01597ff63a4 (diff) |
Wrap regular files at 80 columns and git commits at 72 columns
-rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,12 +45,12 @@ autocmd FileType yaml setlocal ts=2 sw=2 expandtab autocmd FileType yaml set shiftwidth=2 autocmd FileType yaml set softtabstop=2 +autocmd FileType gitcommit setlocal textwidth=72 formatoptions-=t + nnoremap <Enter> moO<Esc>`o set autoindent set number set tabstop=4 set hls is -set textwidth=72 -set formatoptions-=t syntax on |