Skip to content

Commit d30390c

Browse files
committed
Add vim formatting
1 parent 184129a commit d30390c

7 files changed

+7
-0
lines changed

src/gen_smtp_client.erl

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Andrew Thompson <andrew@hijacked.us>. All rights reserved.
23
%%%
34
%%% Redistribution and use in source and binary forms, with or without

src/gen_smtp_server.erl

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Andrew Thompson <andrew@hijacked.us>. All rights reserved.
23
%%%
34
%%% Redistribution and use in source and binary forms, with or without

src/gen_smtp_server_session.erl

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Andrew Thompson <andrew@hijacked.us>. All rights reserved.
23
%%%
34
%%% Redistribution and use in source and binary forms, with or without

src/mimemail.erl

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Andrew Thompson <andrew@hijacked.us>. All rights reserved.
23
%%%
34
%%% Redistribution and use in source and binary forms, with or without

src/smtp_server_example.erl

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%% @doc A simple example callback module for `gen_smtp_server_session' that also serves as
23
%% documentation for the required callback API.
34

src/smtp_socket.erl

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Jack Danger Canty <code@jackcanty.com>. All rights reserved.
23
%%%
34
%%% Permission is hereby granted, free of charge, to any person obtaining

src/smtp_util.erl

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
%%% vim:ts=2:sw=2:et
12
%%% Copyright 2009 Andrew Thompson <andrew@hijacked.us>. All rights reserved.
23
%%%
34
%%% Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)