mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-21 23:51:01 +08:00
Run clang-format
This commit is contained in:

committed by
Christopher Dunn

parent
554d961625
commit
1c8f7d8ae5
@@ -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
|
||||
|
Reference in New Issue
Block a user