diff --git a/config/config.exs b/config/config.exs
index 617444d..7908918 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -30,6 +30,8 @@ config :kmxgit, KmxgitWeb.Endpoint,
# at the `config/runtime.exs`.
config :kmxgit, Kmxgit.Mailer, adapter: Swoosh.Adapters.Local
+config :file_size, :number_format, precision: 2
+
# Swoosh API client is needed for adapters other than SMTP.
config :swoosh, :api_client, false