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 -2
View File
@@ -3,12 +3,15 @@
* Utility class to read a .STR file and extract the full file name.
*/
#include "StrFileReader.h"
#include <cstring>
#include "common/util/Assert.h"
#include "common/util/FileUtil.h"
#include "game/common/overlord_common.h"
#include "game/common/str_rpc_types.h"
#include "StrFileReader.h"
#include "common/util/Assert.h"
namespace decompiler {
StrFileReader::StrFileReader(const std::string& file_path) {