Current section
Files
Jump to
Current section
Files
game_server_web
.formatter.exs
.formatter.exs
[
import_deps: [:ecto, :ecto_sql, :phoenix],
plugins: [Phoenix.LiveView.HTMLFormatter],
subdirectories: ["../*/priv/*/migrations"],
inputs: [
"../../*.{heex,ex,exs}",
"../../config/**/*.{heex,ex,exs}",
"../*/{lib,test}/**/*.{heex,ex,exs}",
"../*/priv/*/seeds.exs"
]
]