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

use two-space indentation for bass source code

This commit is contained in:
Connor Olding 2022-07-23 10:44:47 -07:00
parent 372408b530
commit d3d0f54b1c

View File

@ -207,6 +207,8 @@ if has('autocmd')
au BufRead,BufNewFile *.ys call TabTwo()
au FileType javascript,processing call TabTwo()
au BufRead,BufNewFile .gitconfig call TabEight()
exec 'au' 'BufRead,BufNewFile' $HOME..'/src/bass/*' 'call TabTwo()'
augroup END
augroup filetypes