mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:39:02 -08:00
use two-space indentation for bass source code
This commit is contained in:
parent
372408b530
commit
d3d0f54b1c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue