mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 06:53:45 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#include "TextureDB.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "common/util/Assert.h"
|
||||
#include "third-party/stb_image/stb_image.h"
|
||||
#include <filesystem>
|
||||
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "third-party/stb_image/stb_image.h"
|
||||
|
||||
namespace decompiler {
|
||||
|
||||
void TextureDB::add_texture(u32 tpage,
|
||||
|
||||
Reference in New Issue
Block a user