style: format all toml with taplo

This commit is contained in:
Matthias Ahouansou 2024-05-06 19:43:13 +01:00
parent 08485ea5e4
commit e2d91e26d6
No known key found for this signature in database
9 changed files with 158 additions and 76 deletions

View file

@ -7,9 +7,9 @@ server_name = "localhost"
database_path = "/tmp"
# All the other settings are left at their defaults:
port = 6167
max_request_size = 20_000_000
allow_registration = true
trusted_servers = ["matrix.org"]
address = "127.0.0.1"
proxy = "none"
allow_registration = true
max_request_size = 20_000_000
port = 6167
proxy = "none"
trusted_servers = ["matrix.org"]