Merge branch 'master' into hjp

This commit is contained in:
Peter J. Holzer 2020-03-26 14:57:05 +01:00
commit d9f08ac25e
1 changed files with 5 additions and 0 deletions

5
.vimrc
View File

@ -42,3 +42,8 @@ autocmd FileType perl syntax on
autocmd FileType go set sw=8
autocmd FileType go set tw=79
autocmd FileType go set noexpandtab
autocmd BufRead,BufNewFile *.ts set filetype=javascript
autocmd FileType javascript set sw=2
autocmd FileType html set sw=2