We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca90b85 commit 407bb5dCopy full SHA for 407bb5d
1 file changed
lib/3rd_party_adapters/nlohmann/JsonGenerator.cpp
@@ -5,6 +5,9 @@
5
#include <serial_protocol/TaskList.hpp>
6
#include <serial_protocol/TaskObject.hpp>
7
8
+/**
9
+ * Indentation used by default for formating JSON.
10
+ */
11
static constexpr int defaultJsonIndent = 4;
12
13
template <>
0 commit comments