Compare commits

..

No commits in common. "d9f08ac25e2ede155dfa7735f47a16aab49e064e" and "7d6d434ef4ea237ab2782ad9c1877111c2d0678c" have entirely different histories.

1 changed files with 0 additions and 5 deletions

5
.vimrc
View File

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