Improve ruby snippets (only for indentation)

This commit is contained in:
ujihisa 2013-12-29 19:51:13 -08:00
parent f82c5e1edf
commit fe636d7684
1 changed files with 53 additions and 51 deletions

View File

@ -6,7 +6,7 @@ abbr if ... end
snippet def
abbr def ... end
def ${1:#:method_name}
def ${1:#:method_name}{}
${2:TARGET}
end
@ -144,3 +144,5 @@ options head
else
${4}
end
# vim:set et ts=2 sts=2 sw=2 tw=0: