1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

use 2 space indentation for seed7 files

This commit is contained in:
Connor Olding 2022-08-29 22:04:08 -07:00
parent 25d8782f4e
commit 810f21c60d

View File

@ -206,6 +206,7 @@ if has('autocmd')
au BufRead,BufNewFile *.bt,*.1sc call TabFour()
au BufRead,BufNewFile *.ys call TabTwo()
au FileType javascript,processing call TabTwo()
au FileType seed7 call TabTwo()
au BufRead,BufNewFile .gitconfig call TabEight()
exec 'au' 'BufRead,BufNewFile' $HOME..'/src/bass/*' 'call TabTwo()'