lint: add include sorting config to clang-format (#1517)

This commit is contained in:
Tyler Wilding
2022-06-22 23:37:46 -04:00
committed by GitHub
parent b3f2b81481
commit 2d595c1ac0
501 changed files with 2085 additions and 1264 deletions
+5 -5
View File
@@ -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);