This commit is contained in:
Thomas Forgione 2022-02-17 16:18:13 +01:00 committed by Thibault Blanc-Beyne
parent 819fe5bf5c
commit 1920d0d9e1
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ set expandtab
set tabstop=4
set shiftwidth=4
set autoindent
set tw=120
" }}}
" UI CONFIG #########################################################{{{