mirror of
https://github.com/lightbend/config.git
synced 2025-01-06 10:21:05 +08:00
mention foo.bar=10, foo.baz=12 style syntax (single line properties-style)
This commit is contained in:
parent
ae10fadc04
commit
ece196c146
@ -147,6 +147,10 @@ Use dotted notation for unquoted keys:
|
||||
foo.bar=10
|
||||
foo.baz=12
|
||||
|
||||
Put the dotted-notation fields on a single line:
|
||||
|
||||
foo.bar=10, foo.baz=12
|
||||
|
||||
The syntax is well-defined (including handling of whitespace and
|
||||
escaping). But it handles many reasonable ways you might want to
|
||||
format the file.
|
||||
|
Loading…
Reference in New Issue
Block a user