This commit is contained in:
Josh Sherman 2016-10-02 10:18:43 -05:00
parent ffb15f7b2f
commit 4e4ab9dbdf
5 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 7860ce7aecdbed8fd8ff75472ac59c52c2ac9a7e
Subproject commit 1fd76ad4385daee7e7c5793254649d2cbd85935c

@ -1 +1 @@
Subproject commit 8d0c01280e58dc7f2b5aed36340ca7d19e961d14
Subproject commit 0aec943cfe8f7f7574b9d06df50cd968c5f61216

2
.tpm

@ -1 +1 @@
Subproject commit aa09a56f4bf24eb06fd06257b9b62645d37bf943
Subproject commit 51ff07a729b4b67f692936ad75cb0650149afbb4

@ -1 +1 @@
Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f
Subproject commit fef1c2f31862c44cf5295ef86c086efba4af20a9

View file

@ -52,8 +52,8 @@ autocmd BufNewFile,BufRead nginx.conf set filetype=nginx
autocmd BufNewFile,BufRead *.mustache,*.hogan,*.hulk,*.hjs set filetype=html.mustache syntax=mustache
autocmd BufNewFile,BufRead *.handlebars,*.hbs set filetype=html.handlebars syntax=mustache
autocmd FileType javascript,dustjs,handlebars,css setlocal tabstop=2 shiftwidth=2 softtabstop=2
autocmd FileType go setlocal noexpandtab
autocmd FileType javascript,dustjs,handlebars,css,scss setlocal tabstop=2 shiftwidth=2 softtabstop=2
autocmd FileType go setlocal noexpandtab
" Automatically wraps markdown and text to 80 columns
if &filetype == 'markdown' || &filetype == 'text'