Use compose-go + improve experience #9

Merged
metal3d merged 47 commits from develop into master 2022-05-08 07:55:25 +00:00
Showing only changes of commit 5f2f27f72b - Show all commits

View File

@@ -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.