Skip to content

Commit

Permalink
Merge branch 'v0.94.02' into v0.94.02_release
Browse files Browse the repository at this point in the history
  • Loading branch information
Neko-Box-Coder committed Oct 28, 2023
2 parents c25abc2 + 85c4d96 commit 717515c
Show file tree
Hide file tree
Showing 217 changed files with 11,534 additions and 3,669 deletions.
54 changes: 54 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
BasedOnStyle: Microsoft
AccessModifierOffset: 0
AlignArrayOfStructures: Left
AlignConsecutiveAssignments: None
AlignConsecutiveBitFields: None
AlignConsecutiveDeclarations: None
AlignConsecutiveMacros: None
AlignEscapedNewlines: Left
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AlwaysBreakTemplateDeclarations: Yes
AttributeMacros:
- __capability
BinPackArguments: false
BinPackParameters: false
BraceWrapping:
AfterCaseLabel: true
AfterUnion: true
BeforeLambdaBody: true
BeforeWhile: true
BreakBeforeTernaryOperators: false
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterComma
ColumnLimit: 100
FixNamespaceComments: false
IndentAccessModifiers: true
IndentCaseLabels: true
IndentPPDirectives: BeforeHash
InsertTrailingCommas: Wrapped
KeepEmptyLinesAtTheStartOfBlocks: false
NamespaceIndentation: All
PPIndentWidth: 4
PackConstructorInitializers: CurrentLine
PenaltyBreakAssignment: 1
PenaltyBreakBeforeFirstCallParameter: 1
PenaltyBreakComment: 1
PenaltyBreakFirstLessLess: 1
PenaltyBreakOpenParenthesis: 1000
PenaltyBreakString: 1
PenaltyBreakTemplateDeclaration: 1
PenaltyExcessCharacter: 100000
PenaltyIndentedWhitespace: 1
PenaltyReturnTypeOnItsOwnLine: 100000
PointerAlignment: Left
QualifierAlignment: Left
SeparateDefinitionBlocks: Always
SpaceAfterTemplateKeyword: false
SpaceBeforeParens: Never
SpacesInLineCommentPrefix:
Maximum: 0
Minimum: 0
SpaceBeforeRangeBasedForLoopColon: false
Standard: c++11
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Resources/embed.exe

# Natural Docs cache data
DocsGeneration/ND_Config/Working\ Data
docs/

# Language server files
.cache/
Expand Down
191 changes: 166 additions & 25 deletions CMakeLists.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 717515c

Please sign in to comment.