Current section
Files
Jump to
Current section
Files
lib/auto_formatter.ex
defmodule AutoFormatter do
@moduledoc """
Documentation for `AutoFormatter`.
"""
@version Mix.Project.config()[:version]
def version(), do: @version
end