mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 04:10:23 -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 "StaticObject.h"
|
||||
|
||||
#include "common/goal_constants.h"
|
||||
|
||||
#include "goalc/compiler/Env.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
namespace {
|
||||
template <typename T>
|
||||
uint32_t push_data_to_byte_vector(T data, std::vector<uint8_t>& v) {
|
||||
|
||||
Reference in New Issue
Block a user