Elixir: Improve indentation of rec snippet

This commit is contained in:
Benjamin Nørgaard 2015-04-27 12:34:58 +02:00
parent 73f22df5ca
commit e6ff9976a0

View File

@ -97,8 +97,8 @@ snippet mdoc
"""
snippet rec
receive do
${1} ->
${0}
${1} ->
${0}
end
snippet req
require ${0:module_name}