git subrepo pull (merge) components/f4ll
subrepo: subdir: "components/f4ll" merged: "9a99393" upstream: origin: "ssh://git@codeberg.org/abody/f4ll.git" branch: "master" commit: "28502ef" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
This commit is contained in:
parent
b1c676c394
commit
c86e9d4fc8
2 changed files with 35 additions and 2 deletions
33
components/f4ll/.clang-format
Normal file
33
components/f4ll/.clang-format
Normal file
|
@ -0,0 +1,33 @@
|
|||
BasedOnStyle: LLVM
|
||||
UseTab: Never
|
||||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
BreakBeforeBraces: Custom
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
AllowShortLambdasOnASingleLine: true
|
||||
AllowAllArgumentsOnNextLine: true
|
||||
IndentCaseLabels: true
|
||||
AccessModifierOffset: -4
|
||||
NamespaceIndentation: None
|
||||
FixNamespaceComments: false
|
||||
PackConstructorInitializers: Never
|
||||
AlignAfterOpenBracket: AlwaysBreak
|
||||
InsertBraces: true
|
||||
BraceWrapping:
|
||||
AfterClass: true # false
|
||||
AfterControlStatement: false
|
||||
AfterEnum: false # false
|
||||
AfterFunction: true # false
|
||||
AfterNamespace: false
|
||||
AfterObjCDeclaration: true # false
|
||||
AfterStruct: true # false
|
||||
AfterUnion: true # false
|
||||
AfterExternBlock: false
|
||||
BeforeCatch: false
|
||||
BeforeElse: false
|
||||
IndentBraces: false
|
||||
SplitEmptyFunction: true
|
||||
SplitEmptyRecord: true
|
||||
SplitEmptyNamespace: true
|
||||
ColumnLimit: 140
|
|
@ -6,7 +6,7 @@
|
|||
[subrepo]
|
||||
remote = ssh://git@codeberg.org/abody/f4ll.git
|
||||
branch = master
|
||||
commit = a2f6e40abb3804f70120ff36e6b9fe9969b640a8
|
||||
commit = 28502efcb4aafade64d70a1e34946fc93bfb81fa
|
||||
method = merge
|
||||
cmdver = 0.4.0
|
||||
cmdver = 0.4.9
|
||||
parent = a3ebc55dda3104d7bd649e3a2793e0756aac720c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue