mirror of
https://github.com/open-goal/jak-project
synced 2026-06-29 11:41:11 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#include <filesystem>
|
||||
|
||||
#include "MakeSystem.h"
|
||||
|
||||
#include "third-party/fmt/color.h"
|
||||
#include "third-party/fmt/core.h"
|
||||
#include <filesystem>
|
||||
|
||||
#include "common/goos/ParseHelpers.h"
|
||||
#include "common/util/FileUtil.h"
|
||||
#include "common/util/Timer.h"
|
||||
|
||||
#include "goalc/make/Tools.h"
|
||||
#include "common/util/FileUtil.h"
|
||||
|
||||
#include "third-party/fmt/color.h"
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
std::string MakeStep::print() const {
|
||||
std::string result = fmt::format("Tool {} with inputs", tool);
|
||||
|
||||
Reference in New Issue
Block a user