sys_net refactor (#11740)

This commit is contained in:
RipleyTom
2022-04-09 14:51:22 +02:00
committed by GitHub
parent f4d0286109
commit 72b2876b6a
26 changed files with 4018 additions and 3181 deletions

View File

@@ -16,7 +16,7 @@ AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: Empty
AllowShortLoopsOnASingleLine: false
AllowShortLambdasOnASingleLine: Inline
AllowShortLambdasOnASingleLine: Empty
Cpp11BracedListStyle: true
IndentCaseLabels: false
SortIncludes: false