mirror of
https://github.com/open-goal/jak-project
synced 2026-09-01 09:53:12 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
|
||||
#include "test_runner.h"
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
#include <filesystem>
|
||||
#include <string>
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "inja.hpp"
|
||||
#include "third-party/json.hpp"
|
||||
|
||||
#include "game/runtime.h"
|
||||
#include "goalc/listener/Listener.h"
|
||||
#include "goalc/compiler/Compiler.h"
|
||||
|
||||
#include "common/util/FileUtil.h"
|
||||
#include <filesystem>
|
||||
|
||||
#include "game/runtime.h"
|
||||
#include "goalc/compiler/Compiler.h"
|
||||
#include "goalc/listener/Listener.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "third-party/json.hpp"
|
||||
|
||||
namespace GoalTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user