mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 03:26:33 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -5,14 +5,17 @@
|
||||
*/
|
||||
|
||||
#include "Debugger.h"
|
||||
|
||||
#include "common/goal_constants.h"
|
||||
#include "common/symbols.h"
|
||||
#include "common/util/Assert.h"
|
||||
#include "common/util/Timer.h"
|
||||
|
||||
#include "goalc/debugger/disassemble.h"
|
||||
#include "goalc/emitter/Register.h"
|
||||
#include "goalc/listener/Listener.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "common/util/Assert.h"
|
||||
|
||||
/*!
|
||||
* Is the target halted? If we don't know or aren't connected, returns false.
|
||||
|
||||
Reference in New Issue
Block a user