mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
#include "config.h"
|
||||
#include "third-party/json.hpp"
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
#include "common/util/FileUtil.h"
|
||||
#include "common/util/json_util.h"
|
||||
|
||||
#include "decompiler/util/config_parsers.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "third-party/json.hpp"
|
||||
|
||||
namespace decompiler {
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user