First upload version 0.0.1

This commit is contained in:
Neyra
2026-02-05 15:27:49 +08:00
commit 8e9b7201ed
4182 changed files with 593136 additions and 0 deletions

46
node_modules/node-llama-cpp/llama/.clang-format generated vendored Normal file
View File

@@ -0,0 +1,46 @@
BasedOnStyle: Google
IndentWidth: 4
UseTab: Never
TabWidth: 4
ColumnLimit: 140
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlignTrailingComments: false
SpaceAfterTemplateKeyword: false
AllowShortBlocksOnASingleLine: false
MaxEmptyLinesToKeep: 3
NamespaceIndentation: None
CommentPragmas: '^[^ ]'
FixNamespaceComments: false
IndentAccessModifiers: true
SpaceAfterCStyleCast: false
PointerAlignment: Left
IndentCaseLabels: true
BinPackArguments: false
BinPackParameters: false
Cpp11BracedListStyle: false
SpaceBeforeCpp11BracedList: true
SpaceInEmptyBlock: true
KeepEmptyLinesAtTheStartOfBlocks: false
DerivePointerAlignment: false
AlwaysBreakTemplateDeclarations: No
DeriveLineEnding: false
UseCRLF: false
AllowAllArgumentsOnNextLine: true
PackConstructorInitializers: CurrentLine
AlignAfterOpenBracket: BlockIndent
BraceWrapping:
AfterStruct: false
AfterClass: false
AfterUnion: false
AfterEnum: false
AfterControlStatement: false
AfterFunction: false
AfterNamespace: false
AfterExternBlock: false
BeforeElse: false
SplitEmptyFunction: false
SplitEmptyRecord: false
SplitEmptyNamespace: false