Vim: use 100 character lines for code

This commit is contained in:
DuckDuckWhale 2021-05-06 17:24:13 -07:00
parent cb6d2f77a5
commit 4c74eacb7e
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE

View File

@ -8,9 +8,8 @@ filetype plugin indent on
syntax on
autocmd CmdwinEnter * noremap <buffer> <CR> <CR>
autocmd FileType c,java set colorcolumn=81 textwidth=80
autocmd FileType rust,c,java set noexpandtab colorcolumn=101 textwidth=100
autocmd FileType markdown set ai spell colorcolumn=81 textwidth=80
autocmd FileType rust set noexpandtab
set encoding=utf-8
set termencoding=utf-8