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
+9 -5
View File
@@ -1,13 +1,17 @@
#include <cstring>
#include <utility>
#include <unordered_set>
#include "DgoReader.h"
#include <cstring>
#include <unordered_set>
#include <utility>
#include "BinaryReader.h"
#include "common/link_types.h"
#include "third-party/json.hpp"
#include "BitUtils.h"
#include "dgo_util.h"
#include "common/link_types.h"
#include "third-party/json.hpp"
DgoReader::DgoReader(std::string file_name, const std::vector<u8>& data)
: m_file_name(std::move(file_name)) {
BinaryReader reader(data);