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 -1
View File
@@ -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;