1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-23 03:43:24 -07:00

use two spaces for yices files

This commit is contained in:
Connor Olding 2019-05-26 20:54:52 +02:00
parent 9c4740a070
commit 3f549cfca4

View File

@ -155,6 +155,7 @@ if has('autocmd')
au FileType ruby call TabTwo()
au FileType nim call TabTwo()
au BufRead,BufNewFile *.bt,*.1sc call TabFour()
au BufRead,BufNewFile *.ys call TabTwo()
au FileType javascript,processing call TabTwo()
augroup END