From 91bba5e2636999e3789ed08d8d38b04cbec0d304 Mon Sep 17 00:00:00 2001 From: Mat Rizzo Date: Tue, 24 Oct 2017 16:07:01 +0100 Subject: [PATCH] CORDA-741 changed formatted to true --- .../cordformation/src/main/kotlin/net/corda/plugins/Node.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-plugins/cordformation/src/main/kotlin/net/corda/plugins/Node.kt b/gradle-plugins/cordformation/src/main/kotlin/net/corda/plugins/Node.kt index cc19007617..322a1febcc 100644 --- a/gradle-plugins/cordformation/src/main/kotlin/net/corda/plugins/Node.kt +++ b/gradle-plugins/cordformation/src/main/kotlin/net/corda/plugins/Node.kt @@ -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()