mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 07:07:04 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
// clang-format off
|
||||
#include "ReplClient.h"
|
||||
|
||||
#include "common/cross_sockets/XSocket.h"
|
||||
#include "common/versions.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
#include "common/versions.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
@@ -12,6 +13,7 @@
|
||||
#include <WinSock2.h>
|
||||
#include <WS2tcpip.h>
|
||||
#endif
|
||||
// clang-format on
|
||||
|
||||
void ReplClient::eval(std::string form) {
|
||||
if (!is_connected()) {
|
||||
|
||||
Reference in New Issue
Block a user