mirror of
https://github.com/nlohmann/json.git
synced 2026-05-04 05:15:23 +00:00
🎨 use Clang-Format
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
|
||||
// define custom namespace
|
||||
#define NLOHMANN_JSON_NAMESPACE nlohmann // this line may be omitted
|
||||
#define NLOHMANN_JSON_NAMESPACE_BEGIN namespace nlohmann {
|
||||
#define NLOHMANN_JSON_NAMESPACE_BEGIN \
|
||||
namespace nlohmann \
|
||||
{
|
||||
#define NLOHMANN_JSON_NAMESPACE_END }
|
||||
#include <nlohmann/json_fwd.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user