elixir-editors / elixir-tmbundle

A TextMate and Sublime Text Bundle for the Elixir programming language
https://elixir-lang.org/
Other
263 stars 61 forks source link

improve mix format cwd detection #165

Closed Stanislav-Lapata closed 5 years ago

Stanislav-Lapata commented 5 years ago

fix endless loop that keeps calling os.dirname("/") == "/" in case it couldn't find mix.exs add use_root_dir setting: if set to true, always use project root dir, don't preform mix.exs lookup improve project root dir detection - in case when there are several root dirs, pick one that shares prefix with current file

josevalim commented 5 years ago

:heart: :green_heart: :blue_heart: :yellow_heart: :purple_heart: