You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mix - Format: Evaluate the formatter options in the config files directory
This change fetches the folder from the provided dot_formatter config
file, or it returns nil.
Furthermore it adds a `fetch_deps_opts(formatter_opts, in_directory: formatter_dir)`
function. This function then uses a non nil `formatter_dir` to wrap the
actual `fetch_deps_opts/1` call in a `File.cd!` call for the provided
`formatter_dir`.
Fixes#7327
0 commit comments