Revision aa068d9609b0558ea7221dd69eb6984b1d8948d0 authored by Anthony Rimet on 04 October 2021, 12:43:17 UTC, committed by Anthony Rimet on 04 October 2021, 12:43:17 UTC
1 parent cedd9ed
Raw File
.local.vimrc
" https://github.com/thinca/vim-localrc/blob/master/doc/localrc.txt
set formatoptions+=tl
set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
back to top