From 5f2f27f72b006179a3232403cddda2e0588fb1eb Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Thu, 5 May 2022 10:44:20 +0200 Subject: [PATCH] More documentation --- generator/writers/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/writers/utils.go b/generator/writers/utils.go index b057945..5bfa607 100644 --- a/generator/writers/utils.go +++ b/generator/writers/utils.go @@ -1,6 +1,6 @@ package writers -// IndentSize set the indentation size for yaml output. +// IndentSize set the indentation size for yaml output. Could ba changed by command line argument. var IndentSize = 2 // CountSpaces returns the number of spaces from the begining of the line.