Skip to content

Commit

Permalink
Update default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Oct 3, 2024
1 parent ba1cdb1 commit 5ade780
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cli/src/default_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ enable-internet-access = true
# * 'disabled' will disable loading of exchange rate data
exchange-rate-source = "UN"

# Decimal and thousands separator style. This can be used to switch
# between e.g. 1,234.56 and 1.234,56.
#
# Possible values:
# * `default`: uses the default
# * `dot`: uses dots as decimal separator and commas as the thousands
# separator. This is commonly used in English.
# * `comma`: uses commas as decimal separator and dots as the thousands
# separator. This is common in European languages.
decimal-separator-style = "default"

# This section controls the colors that are used by
# fend. Make sure the `enable-colors` setting is
# turned on for this to work.
Expand Down

0 comments on commit 5ade780

Please sign in to comment.