Packages

Web interface for Gamend GameServer, built with Phoenix Framework. Provides APIs, authentication, and real-time features.

Current section

Files

Jump to
game_server_web .formatter.exs
Raw

.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"
]
]