From d721a40ca566f13006a25c2923c276af6bba28a9 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 9 Jun 2021 09:26:55 +0100 Subject: [PATCH] Clarify flowFilePretty option --- packages/node_modules/node-red/settings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/node_modules/node-red/settings.js b/packages/node_modules/node-red/settings.js index b9efe7586..8603d3683 100644 --- a/packages/node_modules/node-red/settings.js +++ b/packages/node_modules/node-red/settings.js @@ -43,8 +43,9 @@ module.exports = { */ //credentialSecret: "a-secret-key", - /** To enabled pretty-printing of the flow within the flow file, set the following - * property to true. This makes it easier to compare changes when using version control. + /** By default, the flow JSON will be formatted over multiple lines making + * it easier to compare changes when using version control. + * To disable pretty-printing of the JSON set the following property to false. */ flowFilePretty: true, @@ -59,7 +60,6 @@ module.exports = { */ //nodesDir: '/home/nol/.node-red/nodes', - /******************************************************************************* * Security * - adminAuth