This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
generated from LiteLDev/liteloaderbds-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CoolLoong
committed
Feb 7, 2024
1 parent
5d85b98
commit 9a92952
Showing
532 changed files
with
14,849 additions
and
3,967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
BasedOnStyle: LLVM | ||
AccessModifierOffset: -4 | ||
AlignAfterOpenBracket: BlockIndent | ||
AlignArrayOfStructures: Left | ||
AlignConsecutiveDeclarations: | ||
Enabled: true | ||
AcrossEmptyLines: false | ||
AcrossComments: false | ||
AlignConsecutiveAssignments: | ||
Enabled: true | ||
AcrossEmptyLines: false | ||
AcrossComments: false | ||
AlignCompound: true | ||
PadOperators: true | ||
AlignConsecutiveMacros: | ||
Enabled: true | ||
AcrossEmptyLines: false | ||
AcrossComments: false | ||
AllowAllParametersOfDeclarationOnNextLine: false | ||
AllowAllArgumentsOnNextLine: false | ||
AlignOperands: AlignAfterOperator | ||
AlignConsecutiveBitFields: | ||
Enabled: true | ||
AcrossEmptyLines: false | ||
AcrossComments: false | ||
AllowShortLambdasOnASingleLine: All | ||
AllowShortBlocksOnASingleLine: Empty | ||
AllowShortIfStatementsOnASingleLine: AllIfsAndElse | ||
AllowShortLoopsOnASingleLine: true | ||
AlwaysBreakAfterDefinitionReturnType: None | ||
AlwaysBreakTemplateDeclarations: 'Yes' | ||
BinPackArguments: false | ||
BinPackParameters: false | ||
BreakBeforeBraces: Custom | ||
BreakBeforeBinaryOperators: NonAssignment | ||
ColumnLimit: 120 | ||
CommentPragmas: '^ IWYU pragma:' | ||
ConstructorInitializerIndentWidth: 0 | ||
IndentWidth: 4 | ||
Language: Cpp | ||
MaxEmptyLinesToKeep: 2 | ||
PackConstructorInitializers: CurrentLine | ||
PointerAlignment: Left | ||
TabWidth: 4 | ||
UseTab: Never | ||
SortIncludes: CaseSensitive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Diagnostics: | ||
UnusedIncludes: Strict | ||
MissingIncludes: Strict | ||
Suppress: | ||
- "-Wmicrosoft-enum-forward-reference" | ||
- "-Wc++11-narrowing" | ||
- "-Wc++2b-extensions" | ||
- "-Wmicrosoft-cast" | ||
CompileFlags: | ||
Add: | ||
- "-ferror-limit=0" | ||
- '-D__FUNCTION__="dummy"' | ||
- '-D__clangd__' | ||
- "-Yusrc/ll/Global.h" | ||
- "-FIsrc/ll/Global.h" # clangd bug can't find pch file | ||
Remove: | ||
- "/YuGlobal.h" | ||
- "/FIGlobal.h" |
Oops, something went wrong.