Skip to content

Commit a65e762

Browse files
authored
Synnax v0.46 (#1497)
1 parent 05bfac7 commit a65e762

1,254 files changed

Lines changed: 86806 additions & 33391 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bazeliskrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
USE_BAZEL_VERSION=8.2.1
1+
USE_BAZEL_VERSION=8.4.1

.clang-format

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@ AlignConsecutiveDeclarations: false
99
AlignOperands: AlignAfterOperator
1010
AlignTrailingComments: false
1111
AlwaysBreakTemplateDeclarations: Yes
12-
BraceWrapping:
13-
AfterCaseLabel: false
14-
AfterClass: false
15-
AfterControlStatement: false
16-
AfterEnum: false
17-
AfterFunction: false
18-
AfterNamespace: false
19-
AfterStruct: false
20-
AfterUnion: false
21-
AfterExternBlock: false
22-
BeforeCatch: false
23-
BeforeElse: false
24-
BeforeLambdaBody: false
25-
BeforeWhile: false
26-
SplitEmptyFunction: true
27-
SplitEmptyRecord: true
28-
SplitEmptyNamespace: true
12+
BraceWrapping:
13+
AfterCaseLabel: false
14+
AfterClass: false
15+
AfterControlStatement: false
16+
AfterEnum: false
17+
AfterFunction: false
18+
AfterNamespace: false
19+
AfterStruct: false
20+
AfterUnion: false
21+
AfterExternBlock: false
22+
BeforeCatch: false
23+
BeforeElse: false
24+
BeforeLambdaBody: false
25+
BeforeWhile: false
26+
SplitEmptyFunction: true
27+
SplitEmptyRecord: true
28+
SplitEmptyNamespace: true
2929
BreakBeforeBraces: Custom
3030
BreakConstructorInitializersBeforeComma: false
3131
BreakConstructorInitializers: AfterColon
@@ -35,19 +35,19 @@ NamespaceIndentation: None
3535
ConstructorInitializerAllOnOneLineOrOnePerLine: true
3636
ConstructorInitializerIndentWidth: 4
3737
ContinuationIndentWidth: 4
38-
IncludeCategories:
39-
- Regex: '^<.*'
40-
Priority: 1
41-
- Regex: '^".*'
42-
Priority: 2
43-
- Regex: '.*'
44-
Priority: 3
45-
IncludeIsMainRegex: '([-_](test|unittest))?$'
38+
IncludeCategories:
39+
- Regex: "^<.*"
40+
Priority: 1
41+
- Regex: '^".*'
42+
Priority: 2
43+
- Regex: ".*"
44+
Priority: 3
45+
IncludeIsMainRegex: "([-_](test|unittest))?$"
4646
IndentCaseLabels: true
4747
IndentWidth: 4
4848
InsertNewlineAtEOF: true
49-
MacroBlockBegin: ''
50-
MacroBlockEnd: ''
49+
MacroBlockBegin: ""
50+
MacroBlockEnd: ""
5151
MaxEmptyLinesToKeep: 2
5252
SpaceAfterCStyleCast: true
5353
SpaceAfterTemplateKeyword: false
@@ -78,4 +78,3 @@ SpaceBeforeCtorInitializerColon: false
7878
AlwaysBreakBeforeMultilineStrings: false
7979
FixNamespaceComments: false
8080
BreakStringLiterals: false
81-
...

.github/PULL_REQUEST_TEMPLATE/issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
- [ ] I have performed a self-review of my code.
1616
- [ ] I have added relevant tests to cover the changes to CI.
17-
- [ ] I have added needed QA steps to the [release candidate](/synnaxlabs/synnax/blob/main/.github/PULL_REQUEST_TEMPLATE/rc.md) template that cover these changes.
17+
- [ ] <!-- prettier-ignore --> I have added needed QA steps to the [release candidate](/synnaxlabs/synnax/blob/main/.github/PULL_REQUEST_TEMPLATE/rc.md) template that cover these changes.
1818
- [ ] I have updated in-code documentation to reflect the changes.
1919
- [ ] I have updated user-facing documentation to reflect the changes.

0 commit comments

Comments
 (0)