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,8 +1,11 @@
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "decompiler/ObjectFile/ObjectFileDB.h"
|
||||
#include "game_count.h"
|
||||
|
||||
#include "LinkedWordReader.h"
|
||||
|
||||
#include "decompiler/ObjectFile/ObjectFileDB.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
namespace decompiler {
|
||||
GameCountResult process_game_count(ObjectFileData& data) {
|
||||
GameCountResult result;
|
||||
|
||||
Reference in New Issue
Block a user