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,14 @@
|
||||
|
||||
#include "common/log/log.h"
|
||||
#include "common/util/FileUtil.h"
|
||||
#include "common/util/BinaryReader.h"
|
||||
#include "common/audio/audio_formats.h"
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "third-party/json.hpp"
|
||||
|
||||
#include "streamed_audio.h"
|
||||
|
||||
#include "common/audio/audio_formats.h"
|
||||
#include "common/log/log.h"
|
||||
#include "common/util/BinaryReader.h"
|
||||
#include "common/util/FileUtil.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "third-party/json.hpp"
|
||||
|
||||
namespace decompiler {
|
||||
|
||||
// number of bytes per "audio page" in the VAG directory file.
|
||||
|
||||
Reference in New Issue
Block a user