Skip to content

Commit

Permalink
new: enabled quotes for strings by default (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
pamburus committed Apr 6, 2024
1 parent bfa0b02 commit ba2ae42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ categories = ["command-line-utilities"]
description = "Utility for viewing json-formatted log files."
keywords = ["cli", "human", "log"]
name = "hl"
version = "0.27.3-alpha.2"
version = "0.27.3-alpha.3"
edition = "2021"
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion etc/defaults/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fields:

# Formatting settings.
formatting:
add-quotes: false
add-quotes: true
punctuation:
logger-name-separator: ':'
field-key-value-separator: '='
Expand Down

0 comments on commit ba2ae42

Please sign in to comment.