Improves auto indent in C.

This commit is contained in:
falsycat 2021-05-02 00:00:00 +00:00
parent b3e3bb6931
commit cb777a3463

2
.vimrc
View File

@ -28,6 +28,8 @@ set autoindent
set shiftwidth=2
set mouse=
set cinoptions+=l1
filetype plugin indent on