mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
#include "game_text.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "game_text.h"
|
||||
#include "decompiler/ObjectFile/ObjectFileDB.h"
|
||||
|
||||
#include "common/goos/Reader.h"
|
||||
#include "common/util/BitUtils.h"
|
||||
|
||||
#include "decompiler/ObjectFile/ObjectFileDB.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
namespace decompiler {
|
||||
namespace {
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user