Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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