Skip to content

Instantly share code, notes, and snippets.

@Zalastax
Created November 7, 2019 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zalastax/c96d2e13c512f9d450eee4b24070099b to your computer and use it in GitHub Desktop.
Save Zalastax/c96d2e13c512f9d450eee4b24070099b to your computer and use it in GitHub Desktop.
-module(test).
f() ->
one___________________________________________________________________,
two_____________________________________________________, three__________,
later.
g() ->
one,
two, three,
later.
h() ->
one.
%% Current output of erl_tidy:
i([X | Xs]) ->
ok, ok.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment