Remove trailing newlines.
This commit is contained in:
parent
a241be10cc
commit
94971afaf3
@ -37,28 +37,20 @@ snippet case
|
|||||||
snippet rec
|
snippet rec
|
||||||
-record(${1:record}, {
|
-record(${1:record}, {
|
||||||
${2:field}=${3:value}}).${4}
|
${2:field}=${3:value}}).${4}
|
||||||
|
|
||||||
# todo comment
|
# todo comment
|
||||||
snippet todo
|
snippet todo
|
||||||
%% TODO: ${1}
|
%% TODO: ${1}
|
||||||
|
|
||||||
|
|
||||||
## Snippets below (starting with '%') are in EDoc format.
|
## Snippets below (starting with '%') are in EDoc format.
|
||||||
## See http://www.erlang.org/doc/apps/edoc/chapter.html#id56887 for more details
|
## See http://www.erlang.org/doc/apps/edoc/chapter.html#id56887 for more details
|
||||||
|
|
||||||
# doc comment
|
# doc comment
|
||||||
snippet %d
|
snippet %d
|
||||||
%% @doc ${1}
|
%% @doc ${1}
|
||||||
|
|
||||||
# end of doc comment
|
# end of doc comment
|
||||||
snippet %e
|
snippet %e
|
||||||
%% @end
|
%% @end
|
||||||
|
|
||||||
# specification comment
|
# specification comment
|
||||||
snippet %s
|
snippet %s
|
||||||
%% @spec ${1}
|
%% @spec ${1}
|
||||||
|
|
||||||
# private function marker
|
# private function marker
|
||||||
snippet %p
|
snippet %p
|
||||||
%% @private
|
%% @private
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user