Run clang-format

This commit is contained in:
Jacob Bundgaard
2019-11-04 13:29:17 +01:00
committed by Christopher Dunn
parent 554d961625
commit 1c8f7d8ae5
2 changed files with 18 additions and 5 deletions

View File

@@ -45,7 +45,8 @@ public:
/// \c true if comments are allowed. Default: \c true.
bool allowComments_{true};
/// \c true if trailing commas in objects and arrays are allowed. Default \c true.
/// \c true if trailing commas in objects and arrays are allowed. Default \c
/// true.
bool allowTrailingCommas_{true};
/// \c true if root must be either an array or an object value. Default: \c