Improve toml::format regarding space above nested objects

This commit is contained in:
Lukas Kalbertodt
2022-04-07 17:19:38 +02:00
parent 8db8fcafc4
commit 56f8ff24d5
2 changed files with 43 additions and 30 deletions

View File

@@ -5,8 +5,8 @@
# Required! This value must be specified.
#site_name =
# Configurations related to the HTTP communication.
# Configurations related to the HTTP communication.
[http]
# The port the server will listen on.
#
@@ -19,6 +19,7 @@
# Default value: "127.0.0.1"
#bind = "127.0.0.1"
[http.headers]
# The header in which the reverse proxy specifies the username.
#
@@ -30,8 +31,8 @@
# Default value: "x-display-name"
#display_name = "x-display-name"
# Configuring the logging.
# Configuring the logging.
[log]
# If set to `true`, the app will log to stdout.
#