Skip to content

Commit 8bf5343

Browse files
committed
refactor(*): rearranging header
1 parent fbf1186 commit 8bf5343

31 files changed

+1548
-1539
lines changed

.clang-format

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ ColumnLimit: 100
2727
ConstructorInitializerAllOnOneLineOrOnePerLine: true
2828
EmptyLineBeforeAccessModifier: Always
2929
FixNamespaceComments: false
30+
IncludeBlocks: Regroup
31+
IncludeCategories:
32+
- Regex: '(../)*compilation_config_in.h'
33+
SortPriority: 99
34+
Priority: 99
35+
- Regex: '".+"'
36+
SortPriority: 0
37+
Priority: 0
38+
- Regex: '<.+/.+>'
39+
SortPriority: 1
40+
Priority: 1
41+
- Regex: '<.+>'
42+
SortPriority: 2
43+
Priority: 2
3044
IndentGotoLabels: false
3145
IndentPPDirectives: BeforeHash
3246
IndentWidth: 4
@@ -39,7 +53,7 @@ PenaltyBreakFirstLessLess: 3
3953
PointerAlignment: Left
4054
QualifierAlignment: Left
4155
SeparateDefinitionBlocks: Always
42-
SortIncludes: false
56+
SortIncludes: CaseSensitive
4357
SortUsingDeclarations: false
4458
SpaceAfterTemplateKeyword: false
4559
SpaceBeforeCtorInitializerColon: false

.github/actions/cmake-build-and-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Setup vcpkg
3535
uses: lukka/run-vcpkg@v11
3636
with:
37-
vcpkgGitCommitId: 08c98c7c40228beebfece6f221a4ff21fb180542
37+
vcpkgGitCommitId: ce1916404fc6f2b645f419a6d47b7ebafe686582
3838
vcpkgDirectory: ${{ inputs.vcpkg-root }}
3939
doNotCache: false
4040

0 commit comments

Comments
 (0)