From c7728e86589a6b46758a1bfdb35160e826c2c74c Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sat, 3 Mar 2018 12:45:54 +0100 Subject: [PATCH] Clarify documentation regarding indentation / newline --- include/json/writer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/json/writer.h b/include/json/writer.h index 9e7adde..35ec396 100644 --- a/include/json/writer.h +++ b/include/json/writer.h @@ -93,7 +93,8 @@ public: /** Configuration of this builder. Available settings (case-sensitive): - "commentStyle": "None" or "All" - - "indentation": "" + - "indentation": "". + - Setting this to an empty string also omits newline characters. - "enableYAMLCompatibility": false or true - slightly change the whitespace around colons - "dropNullPlaceholders": false or true