Compare commits
No commits in common. "d9f08ac25e2ede155dfa7735f47a16aab49e064e" and "7d6d434ef4ea237ab2782ad9c1877111c2d0678c" have entirely different histories.
d9f08ac25e
...
7d6d434ef4
5
.vimrc
5
.vimrc
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue