Mix.Tasks.Fformat.formatter_for_file

You're seeing just the function formatter_for_file, go back to Mix.Tasks.Fformat module for more information.
Link to this function

formatter_for_file(file, opts \\ [])

View Source

Returns a formatter function and the formatter options to be used for the given file.

The function must be called with the contents of the file to be formatted. The options are returned for reflection purposes.