Revision 771ea220ee50cb22950e67596eb91eb432727c32 authored by Nicolas Thouvenin on 25 July 2024, 12:53:17 UTC, committed by Nicolas Thouvenin on 25 July 2024, 12:53:17 UTC
1 parent 8cb675d
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