CORDA-741 changed formatted to true

This commit is contained in:
Mat Rizzo 2017-10-24 16:07:01 +01:00 committed by mat-rizzo-r3
parent 75ba471238
commit 91bba5e263

View File

@ -205,7 +205,7 @@ class Node(private val project: Project) : CordformNode() {
.defaults()
.setOriginComments(false)
.setComments(false)
.setFormatted(false)
.setFormatted(true)
.setJson(false)
val configFileText = config.root().render(options).split("\n").toList()