From 1b69cf73ec00e245dd31e6b7d37e50cf414c852b Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Tue, 21 Dec 2021 19:50:15 +0100 Subject: [PATCH 1/2] Changed docs --- docs/advanced.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index 8c7e41b6e0..6979e3c454 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -67,7 +67,9 @@ The library uses 4 different logging levels: Check out this [example out for a live demonstration](../examples/custom-logging). ## Change the generated indentation type and size -TODO +In some scenarios, depending on how you stitch them together, you might need to change the indentation type or size both of these cases are fully supported. + +Check out this [example out for a live demonstration](../examples/indentation-type-and-size). ## Change the naming format for properties TODO From 615ae2f33e78f8f187f7a3bf5af170dc909ad250 Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Wed, 12 Jan 2022 15:16:04 +0100 Subject: [PATCH 2/2] Update docs/advanced.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maciej UrbaƄczyk --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index 6979e3c454..e13f05470e 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -67,7 +67,7 @@ The library uses 4 different logging levels: Check out this [example out for a live demonstration](../examples/custom-logging). ## Change the generated indentation type and size -In some scenarios, depending on how you stitch them together, you might need to change the indentation type or size both of these cases are fully supported. +In some scenarios, depending on how you stitch them together, you might need to change the indentation type or size and both of these cases are fully supported. Check out this [example out for a live demonstration](../examples/indentation-type-and-size).