mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
use 2 space indentation for seed7 files
This commit is contained in:
parent
25d8782f4e
commit
810f21c60d
1 changed files with 1 additions and 0 deletions
|
@ -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()'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue