consistant indentation

This commit is contained in:
ujihisa 2012-09-22 22:16:41 -07:00
parent 423a1a311d
commit 11a541c5cd
1 changed files with 6 additions and 8 deletions

View File

@ -38,10 +38,8 @@ snippet forin
snippet ;,
${1:value_name}:${0:value},
snippet key
${1:key}: "${2:value}"}${3:, }
snippet timeout
setTimeout(function() {${0}}${2:}, ${1:10});