mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 05:48:28 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include <utility>
|
||||
#include "DebugInfo.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
|
||||
DebugInfo::DebugInfo(std::string obj_name) : m_obj_name(std::move(obj_name)) {}
|
||||
|
||||
Reference in New Issue
Block a user