style: fix minor style aspects

This commit is contained in:
2026-06-25 19:19:40 +01:00
parent 0a9a2e6a35
commit 9e6729df10
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ BinPackArguments: false
BinPackParameters: false
AlignAfterOpenBracket: BlockIndent
SortIncludes: true
IncludeBlocks: Regroup
#SortIncludes: true
#IncludeBlocks: Regroup
InsertNewlineAtEOF: true
UseCRLF: true
+5 -2
View File
@@ -1,11 +1,14 @@
#define WIN32_LEAN_AND_MEAN
#include <winsock2.h>
#include <ws2tcpip.h>
#include <ws2def.h>
#include <Windows.h>
#include <cstdlib>
#include <iostream>
#include <stdexcept>
#include <string_view>
#include <winsock2.h>
#include <ws2tcpip.h>
constexpr std::wstring_view CLIENT_IP = L"192.168.1.20";
constexpr int CLIENT_PORT = 9999;