From ece196c146f2157cbc040cbecbd9f4d62d5edd7e Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 15 Nov 2011 23:35:24 -0500 Subject: [PATCH] mention foo.bar=10, foo.baz=12 style syntax (single line properties-style) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5e19861b..3bbdbc9f 100644 --- a/README.md +++ b/README.md @@ -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.