mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
Updated formatter
This commit is contained in:
parent
199d0065e1
commit
f08768b887
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# TODO: figure out why my vscode extension doesn't respect the formatter.exs file
|
||||
# if it's in a subdirectory
|
||||
[
|
||||
import_deps: [:ecto, :ecto_sql, :phoenix],
|
||||
subdirectories: ["priv/*/migrations"],
|
||||
1
mix.exs
1
mix.exs
|
|
@ -87,7 +87,6 @@ defmodule Pinchflat.MixProject do
|
|||
# See the documentation for `Mix` for more info on aliases.
|
||||
defp aliases do
|
||||
[
|
||||
format: "format --dot-formatter=tooling/.formatter.exs",
|
||||
check: "check --config=tooling/.check.exs",
|
||||
credo: "credo --config-file=tooling/.credo.exs",
|
||||
setup: ["deps.get", "ecto.setup", "assets.setup", "assets.build"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue