Remove trailing newlines.

This commit is contained in:
Serhiy Oplakanets 2012-02-06 15:45:23 +02:00
parent a241be10cc
commit 94971afaf3

View File

@ -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