Skip to content

Commit

Permalink
Clarify documentation regarding indentation / newline
Browse files Browse the repository at this point in the history
  • Loading branch information
uvok committed Mar 3, 2018
1 parent 313a0e4 commit c7728e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/json/writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ class JSON_API StreamWriterBuilder : public StreamWriter::Factory {
/** Configuration of this builder.
Available settings (case-sensitive):
- "commentStyle": "None" or "All"
- "indentation": "<anything>"
- "indentation": "<anything>".
- Setting this to an empty string also omits newline characters.
- "enableYAMLCompatibility": false or true
- slightly change the whitespace around colons
- "dropNullPlaceholders": false or true
Expand Down

0 comments on commit c7728e8

Please sign in to comment.