Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct indentation outside of blocks #196

Merged
merged 1 commit into from
May 25, 2015
Merged

Conversation

tonini
Copy link
Contributor

@tonini tonini commented May 25, 2015

Example:

1 + 1  # => 2

sum = fn(a, b) ->
  a + b
end

sum.(1231, 3)

a = 23
a = a

23 / 3

@tonini tonini force-pushed the fix-indentation-outside-block branch from 59af9ab to 806ec8b Compare May 25, 2015 11:05
@whatyouhide
Copy link

👍 awesome, it works for me :)

@tonini
Copy link
Contributor Author

tonini commented May 25, 2015

👍

tonini added a commit that referenced this pull request May 25, 2015
@tonini tonini merged commit 0916f4b into master May 25, 2015
@tonini tonini deleted the fix-indentation-outside-block branch May 25, 2015 13:22
J3RN pushed a commit to J3RN/emacs-elixir that referenced this pull request Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants