Skip to content

Commit

Permalink
Merge pull request open-source-parsers#748 from dueringa/feature/clar…
Browse files Browse the repository at this point in the history
…ifyIndentDocumentation

Clarify documentation regarding indentation / newline
  • Loading branch information
cdunn2001 authored Mar 3, 2018
2 parents 313a0e4 + c7728e8 commit 1ab310e
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 1ab310e

Please sign in to comment.