1
0
mirror of /repos/node-red-data.git synced 2025-12-30 08:01:32 +01:00

pretty print flow.json

This commit is contained in:
Aiko Mastboom 2015-05-10 21:00:47 +02:00
parent 9242154128
commit 1f9d59b61a
2 changed files with 873 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,7 +49,7 @@ module.exports = {
// To enabled pretty-printing of the flow within the flow file, set the following // To enabled pretty-printing of the flow within the flow file, set the following
// property to true: // property to true:
//flowFilePretty: true, flowFilePretty: true,
// By default, all user data is stored in the Node-RED install directory. To // By default, all user data is stored in the Node-RED install directory. To
// use a different location, the following property can be used // use a different location, the following property can be used
@ -159,4 +159,4 @@ module.exports = {
metrics: false metrics: false
} }
} }
} };