c formatting

This commit is contained in:
2016-07-10 13:06:48 +02:00
parent 8c2c01e069
commit e8a1a0f8d9

View File

@@ -155,6 +155,7 @@ autocmd FileType python setlocal expandtab shiftwidth=4 tabstop=4 softtabstop=4
"
autocmd FileType json setlocal expandtab shiftwidth=3 tabstop=3 softtabstop=3
autocmd FileType c setlocal expandtab shiftwidth=4 tabstop=4 softtabstop=4
" enable mouse
set mouse=nvc