mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
lint: add include sorting config to clang-format (#1517)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#include "XSocketClient.h"
|
||||
|
||||
#include "common/cross_sockets/XSocket.h"
|
||||
#include <string>
|
||||
|
||||
#include "common/cross_sockets/XSocket.h"
|
||||
|
||||
// clang-format off
|
||||
#ifdef _WIN32
|
||||
#define NOMINMAX
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
@@ -11,7 +13,9 @@
|
||||
#include <WS2tcpip.h>
|
||||
#endif
|
||||
#include "common/nrepl/ReplServer.h"
|
||||
|
||||
#include "third-party/fmt/core.h"
|
||||
// clang-format on
|
||||
|
||||
XSocketClient::XSocketClient(int _tcp_port) {
|
||||
tcp_port = _tcp_port;
|
||||
|
||||
Reference in New Issue
Block a user