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 for identifiers which contains built in words after a dot #235

Merged
merged 1 commit into from
Aug 5, 2015

Conversation

tonini
Copy link
Contributor

@tonini tonini commented Aug 5, 2015

#170

defmodule Application.Behavior do
  use Application.Behaviour

  def foo(test) do
    test_case = test.case
    run(test_case)
  end

  def hello(buddy) do
    Parser.if
    List.defmodule
    friend = buddy.try
    hug(friend)
  end
end

@tonini tonini force-pushed the indent-identifiers-with-reserved-words branch from 7872731 to 6ae86ca Compare August 5, 2015 18:28
tonini added a commit that referenced this pull request Aug 5, 2015
…rved-words

correct indentation for identifiers which contains built in words after a dot
@tonini tonini merged commit ba8bc50 into master Aug 5, 2015
@tonini tonini deleted the indent-identifiers-with-reserved-words branch August 5, 2015 18:46
J3RN pushed a commit to J3RN/emacs-elixir that referenced this pull request Apr 24, 2021
Remove deps cached every build can cause deps cached disappear in :ets.
Fixes by move calling Mix.Project.clear_deps_cache/0 only when deps in
mix.exs was change.

Fixes elixir-editors#235
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.

1 participant