🎨 use Clang-Format

This commit is contained in:
Niels Lohmann
2023-11-29 18:01:57 +01:00
parent 9cca280a4d
commit 311ad0b877
123 changed files with 17729 additions and 15754 deletions
@@ -6,7 +6,8 @@
// SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
// SPDX-License-Identifier: MIT
#include <nlohmann/json.hpp>
#include "Foo.hpp"
#include <nlohmann/json.hpp>
class Bar : public Foo {};
class Bar : public Foo
{};
@@ -9,4 +9,5 @@
#pragma once
#include <nlohmann/json.hpp>
class Foo {};
class Foo
{};