Revision adae3352678f130bf56a51ac93e8a933cad87045 authored by Nicolas Thouvenin on 29 March 2024, 08:36:44 UTC, committed by Nicolas Thouvenin on 29 March 2024, 08:36:44 UTC
1 parent 12f057a
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